mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
better sync percent with progress bar
This commit is contained in:
@@ -60,7 +60,8 @@ $(document).ready(function() {
|
|||||||
value: 0.0,
|
value: 0.0,
|
||||||
startAngle: -Math.PI / 2,
|
startAngle: -Math.PI / 2,
|
||||||
fill: '#3B9DFF',
|
fill: '#3B9DFF',
|
||||||
size: 158
|
size: 158,
|
||||||
|
animation: { duration: 300 }
|
||||||
});
|
});
|
||||||
|
|
||||||
//link back to homepage
|
//link back to homepage
|
||||||
|
|||||||
Reference in New Issue
Block a user