rsnext/examples/with-gsap
2020-11-09 20:38:07 +00:00
..
components Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
pages Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
public Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
.gitignore Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
App.scss Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
package.json Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00
README.md Add with-gsap example (#17195) 2020-11-09 20:38:07 +00:00

Example app with GSAP

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

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

npx create-next-app --example with-gsap with-gsap-app
# or
yarn create next-app --example with-gsap with-gsap-app

Deploy it to the cloud with Vercel (Documentation).