while i was trying three paragraphs with different animations one after other ,
i tried with animationEnd with example in loop
addClass(animationName).one(animationEnd,function(){
//call second and another
})
but it seems animationEnd and one works once per page load animation...
how can i bind callback of end of each animation done..
Please tell me what i am missing.
while i was trying three paragraphs with different animations one after other ,
i tried with animationEnd with example in loop
addClass(animationName).one(animationEnd,function(){
//call second and another
})
but it seems animationEnd and one works once per page load animation...
how can i bind callback of end of each animation done..
Please tell me what i am missing.