$("#Img").animate({opacity: "0"}, "slow", function(){ $(this).attr({ src: "new_img.jpg", alt: "New alt" }).animate({opacity: "1"}, "slow"); });