🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight and easy-to-use jQuery plugin which allows for creating fancy scrolling animations on any DOM elements using CSS3 animations based on Animate.css.

scroll-animation animatecss

Documentation

Scroll-Animate-with-Animate.css

Animate.css library comes with various effects for creating a cool animation to the site and for this I decided to create a script that will run the animation to the element with scroll event.

To use

Add this to the element data-animate="{animation_style}; {offset}"

<span data-animate="bounce;400"></span>

or offset value in percentage

<span data-animate="bounce;60%"></span>

You May Also Like