From 2789b6946062c9d816698e61a5f480006956604f Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Fri, 29 Sep 2017 23:12:20 +1000 Subject: [PATCH] Decrease doughnut animation time on first load --- scripts/pi-hole/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 2d576029..48a2d6f0 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -830,7 +830,7 @@ $(document).ready(function() { } }, animation: { - duration: 2000 + duration: 750 }, cutoutPercentage: 0 } @@ -868,7 +868,7 @@ $(document).ready(function() { } }, animation: { - duration: 2000 + duration: 750 }, cutoutPercentage: 0 }