OwlCarousel 2功能动画

时间:2014-11-13 16:15:50

标签: javascript jquery plugins owl-carousel

我使用的是owl.carousel 2(测试版)。淡入淡出效果的动画功能仅可单击导航按钮。当我点击图像时是否有改变图像的功能(或添加代码)?所以我可以隐藏prev-next按钮。感谢。

1 个答案:

答案 0 :(得分:0)

也许是这样的:

var owl=$('.owl-carousel').owlCarousel({
    items:4,
    loop:true,
    margin:10
}).click(function(){
    owl.trigger('next.owl.carousel');
})

http://jsfiddle.net/sm6nc81z/2/