Slow wave hover animation

This commit is contained in:
klopez4212
2026-06-29 11:36:25 +01:00
parent cdcb3a3622
commit 30e8fd3903
+1 -1
View File
@@ -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;
}
}