smooth-autoplay

Owl Carousel Smooth AutoPlay

If you are searching to learn about the Owl Carousel Smooth AutoPlay, then you are in the right place! In this post, I will show you the way to Owl Carousel Smooth AutoPlay. I’m using this code in my project to make the carousel smooth. If you need to smooth your owl carousel autoplay, check this post.

Note: autoplayTimeout and autoplaySpeed value should be the same!

$('.owl-carousel').owlCarousel({
    nav: false,
    loop: true,
    margin: 30,
    dots: true,
    autoplay: true,
    autoplaySpeed: 2200,
    autoplayTimeout: 2200,
    autoplayHoverPause: true,
    slideTransition: 'linear',
    responsive: {
        0: {
            items: 1
        },
        576: {
            items: 2
        },
        768: {
            items: 3
        },
        992: {
            items: 4
        }
    }
});

I hope this article will help you how to learn easily Owl Carousel Smooth AutoPlay.

If you have any queries, please let me know in the comments section.

Till then!

Happy Coding!


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *