From 598292d9bf050f26f9d3350d3c625f3cdeb072b1 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Thu, 2 Apr 2026 23:05:59 +0100 Subject: [PATCH] =?UTF-8?q?[AI]=20Remove=20bounce=20from=20title=20card=20?= =?UTF-8?q?=E2=80=94=20smooth=20zoom=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed spring config to damping: 200 to eliminate overshoot. Co-Authored-By: Claude Opus 4.6 (1M context) --- my-video/src/components/TitleCard.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/my-video/src/components/TitleCard.tsx b/my-video/src/components/TitleCard.tsx index a7bef85d4a..32522eb27f 100644 --- a/my-video/src/components/TitleCard.tsx +++ b/my-video/src/components/TitleCard.tsx @@ -13,9 +13,7 @@ export function TitleCard() { frame, fps, config: { - damping: 15, - stiffness: 80, - mass: 2, + damping: 200, }, });