Skip to content

Instantly share code, notes, and snippets.

@ddm
Created October 16, 2013 09:17
Show Gist options
  • Save ddm/7004976 to your computer and use it in GitHub Desktop.
Save ddm/7004976 to your computer and use it in GitHub Desktop.
CSS transition callback
$el.bind('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function callback () {
// Executed after CSS transition
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment