frontend: don't animate twice countdown time separator when time expired
This commit is contained in:
parent
bd0416eede
commit
a5dbde7fb5
@ -61,7 +61,7 @@ body {
|
|||||||
.navbar #clock {
|
.navbar #clock {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
}
|
}
|
||||||
.point, .expired {
|
#clock:not(.expired) .point, #clock.expired {
|
||||||
transition: color text-shadow 1s;
|
transition: color text-shadow 1s;
|
||||||
position: relative;
|
position: relative;
|
||||||
animation: clockanim 1s ease infinite;
|
animation: clockanim 1s ease infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user