0.4.4 • Published 7 years ago

smooth-pages v0.4.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Smooth Pages

Adds smooth transition between pages.

Usage

You should initialize smooth pages in head before all other scripts.

NPM

Installation

npm install --save smooth-pages

Initialization

var smoothPages = require('smooth-pages');
smoothPages.init({overlayColor: '#fff'});

Browser globals

<script src="/build/smooth-pages.min.js"></script>
<script>
SmoothPages.init({overlayColor: '#fff'});
</script>
0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago