From 666ad77a021979e90595753e5b8214ee3be990ae Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 21 Jul 2026 20:05:30 -0400 Subject: [PATCH] update: spring parameter --- lua/animations/curves.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/animations/curves.lua b/lua/animations/curves.lua index 97ce891..6237369 100644 --- a/lua/animations/curves.lua +++ b/lua/animations/curves.lua @@ -13,8 +13,8 @@ M.curves = { curve = { type = "spring", mass = 1, - stiffness = 400, - dampening = 15, + stiffness = 500, + dampening = 20, }, }, }