Created
September 10, 2012 22:09
-
-
Save kylefox/3694346 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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