使用bg切换器jquery在Chrome上淡出之前,图像会下降到右边

时间:2013-09-03 20:50:40

标签: jquery google-chrome

我在项目中使用bg切换器jQuery,但我在Chrome上遇到了问题。

我使用的代码是:

$(document).ready(function(){
    $(".wrapper").bgswitcher({
        images: ["img/1.jpg", "img/2.jpg", "img/3.jpg"], // Background images
        effect: "fade", // fade, blind, clip, slide, drop, hide
        interval: 5000, // Interval of switching
        loop: false, // Loop the switching
        shuffle: false, // Shuffle the order of an images
        duration: 800, // Effect duration
        easing: "swing", // Effect easing
        position: "center top"
    });
});

有人知道如何修复它吗?

0 个答案:

没有答案