I made a Owl Carousel Slider with an autoplay feature, but I'm having trouble getting it to slide smoothly. Does anyone have any tips on how to make the following code run more smoothly?
Javascript Code
var owl = $('.owl-carousel');
owl.owlCarousel({
autoPlay: 1000, //Set AutoPlay to 3 seconds
dots: true,
items: 2,
margin: 10,
});