http://connect.carsdirect.com/
The text slider underneath the large numbers needs to slow down an additional 3 seconds.
How would I do this?
Thanks!
-Jimmy
http://connect.carsdirect.com/
The text slider underneath the large numbers needs to slow down an additional 3 seconds.
How would I do this?
Thanks!
-Jimmy
Open up choices/js avia.js and search for following code:
autorotationInterval: 3000, //interval between transition if autorotation is active ()also gets overwritten by autoslidedelay__(number)
transitionEasing: 'easeOutQuint',
slide: '.single_slide',
replace it with:
autorotationInterval: 6000, //interval between transition if autorotation is active ()also gets overwritten by autoslidedelay__(number)
transitionEasing: 'easeOutQuint',
slide: '.single_slide',You must log in to post.