easy-scroll-effect
v1.1.1
Published
Easy Scroll Effect not depended on a specific JavaScript library.
Readme
EasyScrollEffect
EasyScrollEffect - is easy and simple library for scrolling effect. It dosn't depend on a specific library. This library only add class for effect. You have to define style for each effect.
Getting Started and Demos
Dist / Build
On production use files (JS and CSS) only from dist/ folder, there will be the most stable versions.
src/ folder is only for development purpose.
Development Build
Install all dependencies, in repo's root by npm:
$ npm install
And build by rollup.js:
$ npm run build