Adjust slider timing

Is there a way to adjust the speed of the slider?

Thanks.

Hey there,
I hope you’re doing well today

Hey there, you can try this by editing the ow.carousel.js file.
You can find this in the theme folder by going to tyche >vendors > owl-carousel
and editing line 207 that looks like this : smartSpeed : 250,
You can try increasing the value.

Best Regards,
Support

Neither increasing nor decreasing that value changes the speed of the slider. I want to make it faster. Much faster. It’s currently set at around 17 seconds per slide, which is far too slow for my needs.

Thanks.

Try to search initMainSlider on function.js and change autoplayTimeout
I hope it will fix your problem.