Skip to content

Instantly share code, notes, and snippets.

@johnmichel
Forked from brianmichel/gist:344927
Created March 26, 2010 14:16
Show Gist options
  • Save johnmichel/344930 to your computer and use it in GitHub Desktop.
Save johnmichel/344930 to your computer and use it in GitHub Desktop.
$('#pictures').hover(function() {
$('div.overlay-background, div.overlay').slideDown('slow', function() {
//Animation Complete
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment