$('#pictures').hover(function() { $('div.overlay-background, div.overlay').slideDown('slow', function() { //Animation Complete }); });