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
Post a Comment