$('#bla1').animate({opacity: 0.25}, 'slow', function() { $('#bla2').animate({opacity: 0.25}, 'slow'); });