Skip to content

Instantly share code, notes, and snippets.

@Calvein
Created March 13, 2012 00:28
Show Gist options
  • Save Calvein/2025652 to your computer and use it in GitHub Desktop.
Save Calvein/2025652 to your computer and use it in GitHub Desktop.
Get the `animationend` name event
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