fix(animation): offset speech bubble timing for bounce effect

This commit is contained in:
2026-01-14 17:27:35 +01:00
parent 036ddc1071
commit 7e9d49cead

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 3s ease-in-out forwards; animation: crispy-bounce 3.2s 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));