From 38e16687cb6aed80979fa0ee5040f77d5b03f8c9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Thu, 10 Jul 2025 14:37:56 +0200 Subject: [PATCH] Make hands movement smooth on analag clock. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f57e8ea..e71030c 100644 --- a/style.css +++ b/style.css @@ -620,7 +620,7 @@ body.fullscreen-clock .clock-label { left: 50%; transform-origin: bottom center; transform: translateX(-50%); - transition: transform 0.5s ease-in-out; + transition: transform 1s linear; border-radius: 2px; z-index: 1; }