tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

Detect end of transition #321

Closed Jeelig closed 10 years ago

Jeelig commented 10 years ago

Hi, i need to detect the end of transition to avoid manipulating the dom while the transition is till running. What should I do for that? Thanks

Jeelig commented 10 years ago

I found a way to that. To those who are interested, this is what I did :

$("#NameOfMySection").bind("animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd", function() { });