Skip to content

Instantly share code, notes, and snippets.

@iManu
Created January 13, 2015 10:57
Show Gist options
  • Save iManu/2070f24d003cbc942a64 to your computer and use it in GitHub Desktop.
Save iManu/2070f24d003cbc942a64 to your computer and use it in GitHub Desktop.
js:transitionEnd
$(".element").on('transitionend webkitTransitionEnd oTransitionEnd otransitionend MSTransitionEnd',
function() {
mafonction ()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment