Skip to content

Instantly share code, notes, and snippets.

@julienchazal
Created September 17, 2015 12:17
Show Gist options
  • Save julienchazal/4a533190a464180f562e to your computer and use it in GitHub Desktop.
Save julienchazal/4a533190a464180f562e to your computer and use it in GitHub Desktop.
jQuery one transitionend
$(this).find('.products_list').one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend", function() {
// your code when the transition has finished
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment