/page-transitions-with-gasp-and-next

A simple demo of animating between pages with GSAP and Next.js App Router

Primary LanguageTypeScript

Demo of the animation

Page Transitions with GSAP + Next.js App Router

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.

Run Locally

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.