Slow down front page box scroll

This commit is contained in:
Paul Gear
2013-11-26 14:38:07 +10:00
parent a5b152cd98
commit 8d63a2d368

View File

@ -1,7 +1,7 @@
// cycle between divs in a set, from: http://jquery.malsup.com/cycle/basic.html (see also http://jsfiddle.net/n1ck/4PvU7/)
$(document).ready(function() {
$('.boxes').cycle({
timeout: 5000,
timeout: 9000,
speed: 1000,
random: 1,
pause: 1,