From fade16974b8cb38d2518ede8d0c2398b78c7d994 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 20 Jul 2026 21:00:51 -0400 Subject: [PATCH] update: spring change in 0.56.0 --- 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 522bea0..97ce891 100644 --- a/lua/animations/curves.lua +++ b/lua/animations/curves.lua @@ -13,8 +13,8 @@ M.curves = { curve = { type = "spring", mass = 1, - stiffness = 50, - dampening = 8, + stiffness = 400, + dampening = 15, }, }, }