better sync percent with progress bar
This commit is contained in:
parent
3bb6a6fa44
commit
e02bc54172
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue