From 1e83dd2f5f1464443774da0a523ce6018273a7f4 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 6 Jun 2026 17:06:35 -0400 Subject: [PATCH] update: increase dampening in spring curve --- lua/animations/curves.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/animations/curves.lua b/lua/animations/curves.lua index 93b5867..79b1846 100644 --- a/lua/animations/curves.lua +++ b/lua/animations/curves.lua @@ -14,7 +14,7 @@ M.curves = { type = "spring", mass = 1, stiffness = 50, - dampening = 6, + dampening = 8, }, }, }