How to make animate.css animation loop

user3671584 picture user3671584 · May 30, 2014 · Viewed 25.4k times · Source

I want to do is the Loading header tag should animate until progress bar reach 100%. Can anyone help me do that?

animate.css link: https://daneden.github.io/animate.css/

current output: http://jsfiddle.net/GZSH6/45/

Answer

andrepazleal picture andrepazleal · Apr 8, 2015

Animate.css have the infinite class i.e.:

<h1 class="animated infinite bounce">Example</h1>