Adjust clock seconds animation
This commit is contained in:
parent
f7b0cf0b7f
commit
cba85de876
@ -20,7 +20,7 @@ function setClock() {
|
||||
if (interval < 5) {
|
||||
$('#seconds_bar div').animate({
|
||||
width: "0%"
|
||||
}, 1000, "linear", function () {
|
||||
}, 500, "linear", function () {
|
||||
$('#seconds_bar div').animate({
|
||||
width: (((5 - interval - 1) / 60) * 100) + "%"
|
||||
}, 1000 * (5 - interval - 1), "linear");
|
||||
|
Loading…
x
Reference in New Issue
Block a user