Make hands movement smooth on analag clock.
This commit is contained in:
parent
2ade28e9cd
commit
38e16687cb
@ -620,7 +620,7 @@ body.fullscreen-clock .clock-label {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform-origin: bottom center;
|
transform-origin: bottom center;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
transition: transform 0.5s ease-in-out;
|
transition: transform 1s linear;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user