Skip to content

Instantly share code, notes, and snippets.

@marcinlawnik
Created April 25, 2011 15:07
Show Gist options
  • Save marcinlawnik/940641 to your computer and use it in GitHub Desktop.
Save marcinlawnik/940641 to your computer and use it in GitHub Desktop.
fading out animation delayed
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script type="text/javascript">
$('#myDiv').delay(800).fadeOut(1000);
</script>
<div id="myDiv">
some text here
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment