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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -