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 7e9d49cead
commit 954f82b27c

View File

@@ -675,7 +675,7 @@ kbd {
padding: 1.25rem 2rem 1.75rem; padding: 1.25rem 2rem 1.75rem;
z-index: 10; z-index: 10;
pointer-events: none; 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; opacity: 0;
white-space: nowrap; white-space: nowrap;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));