【发布时间】:2013-09-21 06:51:34
【问题描述】:
我正在使用jCarouselLite 显示大约 10 张图像,我已经放置了 auto 滚动选项,并且我从上到下滚动。它工作正常。但我想像 @987654323 一样连续滚动而无需任何等待时间@.我试过了
$('#my-carousel-2').jCarouselLite({
vertical: true,
btnNext: ".Next",
btnPrev: ".Prev",
nextPrevLinks: true,
auto: true,
responsive:true
});
谁能推荐我。
【问题讨论】:
-
你试过设置时间间隔1秒吗?
-
@sᴜʀᴇsʜᴀᴛᴛᴀ 我怎么给..??
标签: jquery carousel jcarousellite