Created
November 10, 2015 10:26
-
-
Save jamiemagique/f365446737ab3b96fc50 to your computer and use it in GitHub Desktop.
Transition complete JS function
This file contains 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
$('.classname').on('webkitTransitionEnd moztransitionend transitionend oTransitionEnd', function () { | |
// Animation complete! | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment