Are there any events fired by an element to check wether a css3 transition has started or end?
W3C CSS Transitions Draft
Webkit
Mozilla
Opera
Internet Explorer
SO: How do I normalize CSS3 Transition functions across browsers? |
|||||||||||||||||
|
|
In Opera 12 when you bind using the plain JavaScript, 'oTransitionEnd' will work:
however if you bind through jQuery, you need to use 'otransitionend'
In case you are using Modernizr or bootstrap-transition.js you can simply do a change:
You can find some info here as well http://www.ianlunn.co.uk/blog/articles/opera-12-otransitionend-bugs-and-workarounds/ |
|||
|
|
|
I was using the approach given by Pete, however I have now started using the following
|
|||
|
|
|
Just for fun:
|
|||
|
|