jquery - animate.css sequentially one after another -


i have added fadein effect using animate.css 4 div boxes works absolutely fine, these boxes being animated @ same time. there way animate 1 after adding sort of delay?

some expert appreciated.

you can use delay method

$( "#foo" ).delay( 800 ).fadein( 400 ); 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -