Make hands movement smooth on analag clock.

This commit is contained in:
Oleksandr Kozachuk 2025-07-10 14:37:56 +02:00
parent 2ade28e9cd
commit 38e16687cb

View File

@ -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;
} }