Skip to content

Instantly share code, notes, and snippets.

@girasquid
Forked from kylefox/gist:3694346
Created September 10, 2012 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girasquid/3694529 to your computer and use it in GitHub Desktop.
Save girasquid/3694529 to your computer and use it in GitHub Desktop.
// Start fading in slowly...
jQuery('.alert').fadeIn("fast", function() {
// This callback gets run once the fadeIn has finished.
jQuery('.alert').fadeOut("slow");
});
@girasquid
Copy link
Author

Whoosh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment