This is a simple demo of how to create page transition animations with GSAP and the Next.js App Router for a blog article I wrote in November 2023.
View the blog article here.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.