Created
March 13, 2012 00:28
-
-
Save Calvein/2025652 to your computer and use it in GitHub Desktop.
Get the `animationend` name event
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
var animationEndName = (Modernizr.prefixed('animation') + "End").replace(/^ms/, "MS").replace(/^Webkit/, "webkit").replace(/^Moz.*/, "animationend"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment