From 30e8fd39032ba16fe96f6be73d689001bcfec857 Mon Sep 17 00:00:00 2001 From: klopez4212 Date: Mon, 29 Jun 2026 11:36:25 +0100 Subject: [PATCH] Slow wave hover animation --- desktop/src/shared/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/shared/styles/globals.css b/desktop/src/shared/styles/globals.css index 1ffdc04b8..6f2e44192 100644 --- a/desktop/src/shared/styles/globals.css +++ b/desktop/src/shared/styles/globals.css @@ -48,7 +48,7 @@ @media (hover: hover) and (pointer: fine) { .buzz-wave-hover-trigger:hover .buzz-wave-hand { - animation: buzz-wave-hand 960ms ease-in-out both; + animation: buzz-wave-hand 1200ms ease-in-out both; } }