$("img").fadeOut("slow", function(){ $("img").attr("src",imageArray[currentImage]); $("img").fadeIn("slow"); });