easy-scroll-effect

Easy Scroll Effect not depended on a specific JavaScript library.

Usage no npm install needed!

<script type="module">
  import easyScrollEffect from 'https://cdn.skypack.dev/easy-scroll-effect';
</script>

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