Created
December 12, 2011 18:07
-
-
Save parrfolio/1468388 to your computer and use it in GitHub Desktop.
jQuery Animation Done Callback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('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