javascript - How do I slow down the banner transitions on my homepage? CSS -


on homepage banner transitions going quickly- know how slow them down. here page: www.sevenbarfoundation.org

it written in css

under:

http://assets.sevenbarfoundation.org/wp-content/themes/sevenbar/js/slideshow.js

you need change values in line 14 , 15 have effect want (timeout , speed):

$('#slideshow').cycle({      timeout: 1000,      speed:   1000,     pager:  '#slideshow_controls_num' }); 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -