From d8867f305a4ddde75343dbea6cb71b9ca514881b Mon Sep 17 00:00:00 2001 From: Adrian Rossouw Date: Sat, 26 May 2012 23:25:27 +0200 Subject: [PATCH] tweak the duration. --- site.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.js b/site.js index b1dc8ca..d0ffe7b 100644 --- a/site.js +++ b/site.js @@ -10,7 +10,7 @@ $(document).ready(function() { $('ul.roundabout').roundabout({ maxScale: 0.5, autoplay: true, - autoplayDuration: 1500, - autoplayInitialDelay: 500 + autoplayDuration: 10000, + autoplayInitialDelay: 5000 }); });