rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

useTransitionEnd - transitionend event bubbling #218

Open flexphperia opened 9 years ago

flexphperia commented 9 years ago

transitionend event is bubbling event, so when listening for this event on $element, callback function should check if `event.target == $element[0]``

master-lincoln commented 8 years ago

useTransitionEnd is also set to false by default. Should be mentioned in the documentation why...