Slow the CTA emerge tween — 1.2 s → 2.2 s, opacity 0.5 s → 0.9 s

User wanted a more deliberate descent. Bumps the transform transition
from 1.2 s to 2.2 s and the opacity transition from 0.5 s to 0.9 s.
Easing kept (slight overshoot spring). Halo delay (1 s) unchanged so
it kicks in mid-emerge while the button is still settling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MVA Global Fret 2026-05-05 14:11:28 +02:00
parent 22c57e5b41
commit c4328da11d

View File

@ -154,8 +154,8 @@ html, body {
0 0 0 0 rgba(197, 165, 90, 0.4), 0 0 0 0 rgba(197, 165, 90, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.45); inset 0 1px 0 rgba(255, 255, 255, 0.45);
transition: transition:
transform 1.2s cubic-bezier(0.34, 1.5, 0.64, 1), transform 2.2s cubic-bezier(0.34, 1.4, 0.64, 1),
opacity 0.5s ease 0.05s, opacity 0.9s ease 0.1s,
box-shadow 0.32s cubic-bezier(0.2, 0.8, 0.2, 1); box-shadow 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
} }