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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -