I tried increasing the numbers for the delays in custom.js but its not slowing down. What else should I do?
Can't slow slider down even through custom.js
11 posts from 3 voices-
Posted 1 year ago #
-
Hey,
you can change the slider speed in the cubit options panel or by editing custom.js manually. Open it up and search for:
delay:35, // show delay between each block duration:700, // transition duration for each block display_for:5000,You can change the values (time in ms)
Posted 1 year ago # -
This is the area I'm changing and what I changed it to. The speed is still the same.
delay:35, // show delay between each block
duration:1700, // transition duration for each block
display_for:15000,Posted 1 year ago # -
Can you post a link to your website please.
Posted 1 year ago # -
Posted 1 year ago #
-
I think you want to increase the display time per slide and not the animation time? 1700ms delay per block would cause a very strange effect. I'd increase the "display_for:" time instead.
Posted 1 year ago # -
delay:35, // show delay between each block
duration:700, // transition duration for each block
display_for:15000,still no change
Posted 1 year ago # -
Have you tried increasing display_for? I believe this is what Dude suggested.
Posted 1 year ago # -
Yes, as you can see from the previous responses we went from
display_for:5000,
to
display_for:15000,
It just seems like something needs to change somewhere else also becasue there is no change.
Posted 1 year ago # -
Please help!
Posted 1 year ago # -
I just noticed that following line in custom.js overwrites the duration value:
jQuery("#transition-container").toolani_transition({block_size: 80,display_for:6000}); //dont set lower then 6000 or it will produce errorsi.e. change 6000 to 15000 or delete ",display_for:6000" from the code.
Posted 1 year ago #
Reply
You must log in to post.














