How to make animate.css animation loop
Animate.css have the infinite class i.e.:
<h1 class="animated infinite bounce">Example</h1>
Use my modified animate.css and add the forever
class to whatever you are animating
Fiddle: http://jsfiddle.net/howderek/GZSH6/49/