[AI] Remove bounce from title card — smooth zoom only

Changed spring config to damping: 200 to eliminate overshoot.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matiss Janis Aboltins
2026-04-02 23:05:59 +01:00
parent a5d130f5da
commit 598292d9bf

View File

@@ -13,9 +13,7 @@ export function TitleCard() {
frame,
fps,
config: {
damping: 15,
stiffness: 80,
mass: 2,
damping: 200,
},
});