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/
The animation-iteration-count property in CSS is used to specify the number of times the animation will be repeated. It can specify as infinite to repeat the animation indefinitely.
You can specify multiple animations--each with their own properties--with a comma.
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/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With