From baab33970888de94de0d89fd2bf749a253e4605e Mon Sep 17 00:00:00 2001 From: yykk <1694493710@qq.com> Date: Thu, 27 Jul 2023 18:29:20 +0800 Subject: [PATCH] fix needle --- theme-clock/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-clock/style.css b/theme-clock/style.css index 2e9f941..aa33562 100644 --- a/theme-clock/style.css +++ b/theme-clock/style.css @@ -69,7 +69,7 @@ body { height: 65px; width: 3px; transform-origin: bottom center; - transition: all 0.5s ease-in; + transition: all 0.5s ease-in linear; } .needle.hour { @@ -133,4 +133,4 @@ body { line-height: 18px; transition: all 0.5s ease-in; font-size: 12px; -} +} \ No newline at end of file