fix(animation): sync disappear timing (bowl 3s, bubble 2.7s + 0.3s delay)

This commit is contained in:
2026-01-14 17:45:25 +01:00
parent 2d376f4fe2
commit be9bc7bd2f

View File

@@ -675,7 +675,7 @@ kbd {
padding: 1.25rem 2rem 1.75rem;
z-index: 10;
pointer-events: none;
animation: crispy-bounce 3.2s ease-in-out 0.3s forwards;
animation: crispy-bounce 2.7s ease-in-out 0.3s forwards;
opacity: 0;
white-space: nowrap;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));