javascript - OwlCarousel 2 function animate -
i'm using owl.carousel 2 (beta version). animate function fade effect works clicking on nav buttons. there function (or add code) changes images when click on image? can hide prev-next buttons. thanks.
maybe this:
var owl=$('.owl-carousel').owlcarousel({ items:4, loop:true, margin:10 }).click(function(){ owl.trigger('next.owl.carousel'); })
Comments
Post a Comment