Skip to content

Instantly share code, notes, and snippets.

@lightyrs
Created May 27, 2011 14:56
Show Gist options
  • Save lightyrs/995415 to your computer and use it in GitHub Desktop.
Save lightyrs/995415 to your computer and use it in GitHub Desktop.
Animate DOM-Building
(function n(e){e.eq(0).fadeIn(99,function(){n(e.slice(1))})})($(":visible").hide())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment