Created
September 17, 2015 12:17
-
-
Save julienchazal/4a533190a464180f562e to your computer and use it in GitHub Desktop.
jQuery one transitionend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(this).find('.products_list').one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend", function() { | |
// your code when the transition has finished | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment