1.0.2 • Published 4 years ago

scroll-fade v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

ScrollFade

ScrollFade is an ES6 module that allows developers to add fade-in and fade-out behavior to elements on a page, in a fashion that is locked to the scroll position of the browser window. Locking it the scroll position helps to prevent the feeling of a loss of control when scrolling triggers animations that then play out at their own speed. Doing this hopefully results in a better, cleaner, more professional user experience.

Building

Run yarn build to build the from source after installing dependencies.

Demo

A demo can be found in the demo directory. To build the demo, run yarn buildDemo.