Animations

Animate.css Just-add-water CSS animations.

Basic

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

Examples

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 with ease:

                        
$('#yourElement').animateCss('bounce');