:
<img id="backImg" />
<img id="frontImg" />
#backImg #frontImg :
#backImg
{
position: absolute;
}
, 7 , fadeOut ... , . , src, :
function transitionImages(preloadImgUrl)
{
$("#frontImg").fadeOut("slow", function()
{
$("#frontImg").attr("src", $("#backImg").attr("src")).show();
$("#backImg").attr("src", preloadImgUrl);
}
}
, . , css divs, .