Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created February 25, 2014 18:26
Show Gist options
  • Save pablolobos/9214765 to your computer and use it in GitHub Desktop.
Save pablolobos/9214765 to your computer and use it in GitHub Desktop.
jquery_on-animation-end.js
$(this).one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend',
function(e) {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment