$('.img').animate({'opacity':'0'},600,function(){ $(this).css('background-image':'url(image2.jpg)'); $(this).animate({'opacity':'1'},600); });