革命滑块的速度

时间:2014-07-18 06:56:09

标签: jquery slider flexslider

我无法降低以下网站上主滑块的速度:

http://offshorecompanylicense.com/test4/index.html

移动到下一张图片需要8秒多。我想将速度降低到2秒。 请帮忙。

此致 约什

1 个答案:

答案 0 :(得分:2)

更改 SLIDER REVOLUTION SCRIPTS ,如下所示

jQuery(document).ready(function() {
        jQuery('.fullwidthbanner').revolution(
        {
          delay:2000,
          startwidth:1080,
          startheight:500,
          hideThumbs:10
        });
});