以下解决方案对我有用,但我需要添加背景图像的连续旋转和淡化效果。
var bg = ['img3', 'img1', 'img2'];
$.each(bg, function(index, ui) {
setTimeout(function() {
$('body').removeAttr('class').addClass(ui);
}, 2000 * index)
});
任何人都可以帮忙吗?
答案 0 :(得分:0)
jQuery Cycle Plugin是一个幻灯片插件,支持许多不同类型的过渡效果。它也是非常好的图像旋转。你可以使用它
See this for more information and demo - JQuery cycle plugin
答案 1 :(得分:0)
最终使用了不同的滑动图像。 http://malsup.com/jquery/cycle/basic.html