From 2a42ab28d551cab35f0ef28e3a78326f4ea85b34 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 10 Oct 2013 12:00:14 +0200 Subject: [PATCH] Nicer loader indicator --- js/main.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/main.js b/js/main.js index b1be3ed..d6a73c4 100644 --- a/js/main.js +++ b/js/main.js @@ -19,16 +19,16 @@ $(function() { $preloader = $("#preloader"); var spinnerSettings = { - lines: 13, // The number of lines to draw - length: 5, // The length of each line - width: 3, // The line thickness - radius: 7, // The radius of the inner circle + lines: 7, // The number of lines to draw + length: 0, // The length of each line + width: 14, // The line thickness + radius: 15, // The radius of the inner circle corners: 1, // Corner roundness (0..1) rotate: 0, // The rotation offset direction: 1, // 1: clockwise, -1: counterclockwise color: '#57BF42', // #rgb or #rrggbb or array of colors - speed: 1, // Rounds per second - trail: 60, // Afterglow percentage + speed: 1.2, // Rounds per second + trail: 69, // Afterglow percentage shadow: false, // Whether to render a shadow hwaccel: false, // Whether to use hardware acceleration className: 'spinner', // The CSS class to assign to the spinner