Owl Carousel is not smooth with swipe gesture -
I have an app that shows many images in the carousel.
I have noticed that the movement of images is jerky from left to right (or vice versa), but when I click on the Navigator button (in my case the small dot below, it is very smooth) .
Is this a known issue? How can I improve the smoothness of the image movement in this case?
I had the same problem and set You can see the options of Owl Carousel here: dragBeforeAnimFinish option to
False .
$ (elem) .owlCarousel ({dragBeforeAnimFinish: false});
Comments
Post a Comment