From c4328da11dd28340f68e4aed3edbe5d5d64c808c Mon Sep 17 00:00:00 2001 From: MVA Global Fret Date: Tue, 5 May 2026 14:11:28 +0200 Subject: [PATCH] =?UTF-8?q?Slow=20the=20CTA=20emerge=20tween=20=E2=80=94?= =?UTF-8?q?=201.2=20s=20=E2=86=92=202.2=20s,=20opacity=200.5=20s=20?= =?UTF-8?q?=E2=86=92=200.9=20s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- css/parallax.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/parallax.css b/css/parallax.css index d7a1d71..16bb837 100644 --- a/css/parallax.css +++ b/css/parallax.css @@ -154,8 +154,8 @@ html, body { 0 0 0 0 rgba(197, 165, 90, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.45); transition: - transform 1.2s cubic-bezier(0.34, 1.5, 0.64, 1), - opacity 0.5s ease 0.05s, + transform 2.2s cubic-bezier(0.34, 1.4, 0.64, 1), + opacity 0.9s ease 0.1s, box-shadow 0.32s cubic-bezier(0.2, 0.8, 0.2, 1); }