Skip to content

Instantly share code, notes, and snippets.

@roine
Created November 20, 2012 03:48
Show Gist options
  • Save roine/4115823 to your computer and use it in GitHub Desktop.
Save roine/4115823 to your computer and use it in GitHub Desktop.
css transition callback in js
myElement.addEventListener("transitionend", function() {
alert('transition completed')
}, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment