/streetphoto-template

Primary LanguageJavaScriptMIT LicenseMIT

Another streetphoto demo

[Barba.js and GSAP

JavaScript page transitions using Barba.js and GreenSock. Based on ihatetomatoes demos

Build

The webpack build and compilation is based on barba-starter-template by Samuel Berisha., simplified and cleaned up by Xavier Foucrier.

Usage

Installation:

git clone https://github.com/Ihatetomatoes/barbajs-demos.git
cd barbajs-gsap-transition
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