Skip to content

Instantly share code, notes, and snippets.

@dewski
Created May 25, 2010 18:13
Show Gist options
  • Save dewski/413461 to your computer and use it in GitHub Desktop.
Save dewski/413461 to your computer and use it in GitHub Desktop.
$('#list_gallery .entry').each(function () {
setTimeout(function () {
$(this).fadeIn();
}, 50);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment