Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 566 Bytes

Barba.js with the CSS Plugin | Credist: Ihatetomatoes

Barba.js and CSS

Learn how to build a simple css page transitions using Barba.js and the @barba/css plugin.

Usage

Installation:

git clone https://github.com/Ihatetomatoes/barbajs-101.git
cd barba-css
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

Barba.js