【发布时间】:2013-07-01 15:35:10
【问题描述】:
我在 jQuery 中有以下代码:
if (klick = true) $(this).fadeOut('fast', function(){
$(this).attr("src", "../img/daniel_effects.png").fadeIn();
});
图像的改变现在起作用了: - Image1 淡出 - 不显示图像 - Image2 淡入
我该如何解决这个问题,图像一起消失,没有时间,它们之间没有图像?
这是您可以了解我的意思的网站:
http://anthraxbeats.com/pages/biography.html
当您将鼠标悬停在图片上时,在图片加载之前会有一小段空白区域。 我该如何解决?
【问题讨论】:
-
我该怎么做?在代码中?
标签: javascript jquery image fade out