Skip to content

skabeche/view-transitions-demo-nextjs

Repository files navigation

View transition demo

See demo on view-transitions-demo-nextjs.vercel.app

This proof of concept made with Next.js 15 demonstrates the use of the View Transition API along with the experimental View Transition Component in React 19.

Please note that it is not currently supported in Firefox. Check browser compatibility for more details.

Additionally, it utilizes GSAP library to animate elements on the page.

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Releases

No releases published

Packages

No packages published