Skip to content

idaproject/smooth-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Adds smooth transititon between pages

Resources

License

Stars

Watchers

Forks

Packages

No packages published