Animate.cssJust-add-water CSS animations.

Basic Animations

Use a classes .animation-{name}to quickly add a animation.

Add the class animatedto the element you want to animate. You may also want to include the class infinitefor an infinite loop.

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:

View a video tutorialon how to use Animate.css with jQuery here.

$('#yourElement').addClass('animated bounceOutLeft');