summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-04-10 11:45:19 +0200
committergebele <gebele@in-silico.ch>2015-04-10 11:45:19 +0200
commitcf0c31cc1aa895698cafde93878637243bf4d4e4 (patch)
tree5da9d7eafe0fb6df1e123a2547d870be5b74a051
parent576192b2ad742b56d301b817f82ab7265bd0bf46 (diff)
slower progress animation
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
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 () {