From 8d63a2d3683f69c5493e75fcb5d7c18eac8e8e56 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 26 Nov 2013 14:38:07 +1000 Subject: [PATCH] Slow down front page box scroll --- html/js/jquery-cycle-boxes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/jquery-cycle-boxes.js b/html/js/jquery-cycle-boxes.js index 7af5e08b8..fc71d49b0 100644 --- a/html/js/jquery-cycle-boxes.js +++ b/html/js/jquery-cycle-boxes.js @@ -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,