Skip to content

Instantly share code, notes, and snippets.

@d33pfri3d
Created March 20, 2012 17:23
Show Gist options
  • Save d33pfri3d/2138353 to your computer and use it in GitHub Desktop.
Save d33pfri3d/2138353 to your computer and use it in GitHub Desktop.
JQUERY : Animation Deferred
$.when(this.animate({"width": 50}), 2000).done(function(){
// DO SOMETHING
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment