Skip to content

Instantly share code, notes, and snippets.

@brianmichel
Created March 26, 2010 14:13
Show Gist options
  • Save brianmichel/344927 to your computer and use it in GitHub Desktop.
Save brianmichel/344927 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