From cf0c31cc1aa895698cafde93878637243bf4d4e4 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 10 Apr 2015 11:45:19 +0200 Subject: slower progress animation --- views/predict.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/predict.haml b/views/predict.haml index 1adc9da..5537bf8 100644 --- a/views/predict.haml +++ b/views/predict.haml @@ -32,7 +32,7 @@ else { var next = progressBarWidth(percent,fullWidth); } - $element.find('#bar').animate({ width:next }, 3000); + $element.find('#bar').animate({ width:next }, 30000); }, 3000); }; function checksmiles () { -- cgit v1.2.3