mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-05 22:52:20 -05:00
[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:
@@ -13,9 +13,7 @@ export function TitleCard() {
|
||||
frame,
|
||||
fps,
|
||||
config: {
|
||||
damping: 15,
|
||||
stiffness: 80,
|
||||
mass: 2,
|
||||
damping: 200,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user