Skip to content

Instantly share code, notes, and snippets.

@parrfolio
Created December 12, 2011 18:07
Show Gist options
  • Save parrfolio/1468388 to your computer and use it in GitHub Desktop.
Save parrfolio/1468388 to your computer and use it in GitHub Desktop.
jQuery Animation Done Callback
$('div').animate({"opacity": "0"}, 1000).promise().done(function(){
// animations are finished, run code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment