From a9e0ab17e563a212ed38c30ebefc735696e31b18 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 20 Jul 2017 09:25:04 -0400 Subject: [PATCH] sync download progress bar with percentage --- frontend/src/download.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/download.js b/frontend/src/download.js index fd3085ea..a6d96449 100644 --- a/frontend/src/download.js +++ b/frontend/src/download.js @@ -15,7 +15,8 @@ $(document).ready(function() { value: 0.0, startAngle: -Math.PI / 2, fill: '#00C8D7', - size: 158 + size: 158, + animation: { duration: 300 } }); $('#download-btn').click(download); function download() {