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 dragBeforeAnimFinish option to False .

$ (elem) .owlCarousel ({dragBeforeAnimFinish: false});

You can see the options of Owl Carousel here:

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -