settings

Animations

bookmark

Animate.cssJust-add-water CSS animations.

Basic
<a class="waves-effect waves-light btn  animated infinite bounce">infinite bounce</a>
Example

Animate Example

You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery:
$('#yourElement').addClass('animated bounce');