carousel属性使用carousel.js和prototype.js来滑动多个内容

时间:2014-01-22 07:23:19

标签: carousel

我正在使用carousel.js来播放内容(制造商形象) 目前它只在几秒后滑动一个图像。

我想知道carousel.js中是否有任何属性,我可以指定要滑动的图片数量。

用于滑动的脚本:

new Carousel('carousel-wrapper-manuf', $$('#carousel-content-manuf .slide'), $$('a.carousel-control'), 
    {
        duration: 0.2,
        visibleSlides : 6,                              
        circular: true,  
        wheel: true,
        auto: true
    }
);

0 个答案:

没有答案