• Resolved Masud

    (@macrasel)


    Hi, hope that it will help who is trying to figure out “How to controll the speed of Owl Carousel Slider”. When I was trying to fugure out on my clients website, found that their theme is using Owl Carousel v2.3.4 . While trying to figure out the source of Sliders with ‘inspection’ it seemed several lines of CSS code with ‘ms (milisecond)’ may be reasonable for this but later it had no luck. Lots of time consumed with CSS codes.

    After a through check, I found that it is controlled from owl.js, Find the below line (here, it was line:2728)

    /**
    * Default options.
    * @public
    */
    Autoplay.Defaults = {
    autoplay: false,
    autoplayTimeout: 5000,
    autoplayHoverPause: false,
    autoplaySpeed: false
    };

    Change the 5000 to your desired number. Here 5000 is for 5 second. Hope that it will save your tons of time in searching the root point.

    • This topic was modified 11 months, 2 weeks ago by Masud.
    • This topic was modified 11 months, 2 weeks ago by Masud.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to Configure Owl Carousel Slider Interval time’ is closed to new replies.