我使用的是owl.carousel 2(测试版)。淡入淡出效果的动画功能仅可单击导航按钮。当我点击图像时是否有改变图像的功能(或添加代码)?所以我可以隐藏prev-next按钮。感谢。
答案 0 :(得分:0)
也许是这样的:
var owl=$('.owl-carousel').owlCarousel({
items:4,
loop:true,
margin:10
}).click(function(){
owl.trigger('next.owl.carousel');
})