Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created September 10, 2012 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kylefox/3694346 to your computer and use it in GitHub Desktop.
Save kylefox/3694346 to your computer and use it in GitHub Desktop.
// Start fading in slowly...
jQuery('.alert').fadeIn("slow", function() {
// This callback gets run once the fadeIn has finished.
jQuery('.alert').fadeOut("slow");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment