javascript - How to make animate.css animation loop -


i want loading header tag should animate until progress bar reach 100%. can me that?

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

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

use animate.css infinite class:

<h1 class="animated bounce infinite">loading...</h1> 

Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -