Skip to content

Commit

Permalink
tweak the duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianRossouw committed May 26, 2012
1 parent e19d9f6 commit d8867f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.js
Expand Up @@ -10,7 +10,7 @@ $(document).ready(function() {
$('ul.roundabout').roundabout({
maxScale: 0.5,
autoplay: true,
autoplayDuration: 1500,
autoplayInitialDelay: 500
autoplayDuration: 10000,
autoplayInitialDelay: 5000
});
});

0 comments on commit d8867f3

Please sign in to comment.