Learn how to build JavaScript page transitions using Barba.js and GreenSock.
Installation:
git clone https://github.com/Ihatetomatoes/barbajs-demos.git
cd barba-gsap
npm install
Run a local web server and watch for changes in your style & code files:
npm run dev
Create a production ready build:
npm run build