Reveal CSS animation as you scroll down a page. It use animate.css animations.
1.0.0 Alpha
- NPM
npm install https://github.com/spaul81/scrollAnimation.git- HTML
<section class="is-animated slideInLeft" animation-delay=".1s"></section>
<section class="is-animated slideInRight"></section>- JavaScript
$('.is-animated').scrollAnimation({
// Options
animationDelay: ".0s"
});