mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #590 from pi-hole/tweak/dn-ani
Decrease doughnut animation time on first load
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user