Easy Scroll Effect not depended on a specific JavaScript library.
npm install easy-scroll-effectEasyScrollEffect
================
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.
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.
Install all dependencies, in repo's root by npm:
``
$ npm install
`
And build by rollup.js:
```
$ npm run build