Is it possible to change the amount of time it takes for the images(slider) to rotate?
Many Thanks
Is it possible to change the amount of time it takes for the images(slider) to rotate?
Many Thanks
Hey,
Yes, but only to increase the time between transitions. Open up js/custom.js and find this code:
jQuery("#transition-container").toolani_transition({block_size: 80,display_for:6000}); //dont set lower then 6000 or it will produce errors
Increase the 6000 milliseconds value to whatever you need the delay to be.
James
You must log in to post.