Reveal elements on scroll
This loader uses Waypoints. Adds class ".reveal-item" and ".reveal-item-is-visible".
Install package from NPM
npm install reveal-loader
Then import the module in your project. For example:
import RevealLoader from 'reveal-loader';
RevealLoader.load('.selector', '95%');
"95%" is the Waypoint offset.
- Javascript
- Karl Mark Balagtey - Initial work - 4ksoftware
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details