Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/73.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用bg切换器jquery,在铬合金上褪色之前,图像向右下降_Jquery_Google Chrome - Fatal编程技术网

使用bg切换器jquery,在铬合金上褪色之前,图像向右下降

使用bg切换器jquery,在铬合金上褪色之前,图像向右下降,jquery,google-chrome,Jquery,Google Chrome,我在一个项目中使用bg switcher 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, dro

我在一个项目中使用bg switcher 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"
    });
});

有人知道如何修复它吗?

至少需要一些HTML,最好是一个演示。图像被标记在js上!此滑块的html是一个简单的div: