Merge pull request #590 from pi-hole/tweak/dn-ani

Decrease doughnut animation time on first load
This commit is contained in:
Mcat12
2017-09-29 19:51:06 -04:00
committed by GitHub
+2 -2
View File
@@ -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
}