Owlcarousel2: autoplaySpeed is too fast.

Created on 6 Jul 2017  路  10Comments  路  Source: OwlCarousel2/OwlCarousel2

i try to set autoplay to be more slower, i have input value to 2000 but the it still so fast. How can i fix it?

jQuery(document).ready(function() {
jQuery("#my-slider").owlCarousel({
navigation : true,
slideSpeed : 2000,
pagination : true,
paginationSpeed : 400,
singleItem:true,
// video:true,
autoPlay : true,
autoplaySpeed:2000,
navigationText: [
"",
""
]
});
});

Most helpful comment

No worries, just to clarify further, autoplaySpeed changes the speed of transition and autoplayTimeout changes the speed/time between one slide to the next. It was the latter that I preferred between 5-7 seconds. I just wanted to be clear incase you were referring to the former. Either way, the higher the number, the slower the speed. ;).

All 10 comments

Make it 7000? I found 7 seconds fits right for the projects I use it for.

thank you capachow.

No worries, just to clarify further, autoplaySpeed changes the speed of transition and autoplayTimeout changes the speed/time between one slide to the next. It was the latter that I preferred between 5-7 seconds. I just wanted to be clear incase you were referring to the former. Either way, the higher the number, the slower the speed. ;).

See #1942

I know i'm super late to the game but I had this same issue and instead of adding an autoplayspeed: 10000, (since it didn't work for me) I found that if you have autoPlay: true, set the default is 5000 milliseconds, but if you change it to autoPlay: 10000 you can get it to stay for 10 seconds (10000 milliseconds) and it will work so instead of trying to add another item in there just change the 'true' to the timing you want and it will fix the issue.

I found this on Owl Carousel's site here: http://www.landmarkmlp.com/js-plugin/owl.carousel/

use this..
smartSpeed: 1000 or smartSpeed: 700
will solve your problem brother.

International Foundation Of Islam

@zainshabir00 Perfect!

Currently experiencing the same issues.
Docs are terrible - they do not explain what the actual options do.
There are 15 options for 'speed' but nothing works.
I mean I have been working with sliders like this for years and literally none of the options work.

Not much else to say.

Same issue here. None of the options are working.

Was this page helpful?
0 / 5 - 0 ratings