Back to Next Js

Example app with GSAP

examples/with-gsap/README.md

16.2.51021 B
Original Source

Example app with GSAP

This example features how to use GSAP as the animation library within a Next.js app.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-gsap with-gsap-app
bash
yarn create next-app --example with-gsap with-gsap-app
bash
pnpm create next-app --example with-gsap with-gsap-app

Deploy it to the cloud with Vercel (Documentation).