update: spring change in 0.56.0

This commit is contained in:
wyj
2026-07-20 21:00:51 -04:00
parent deed6d81bc
commit fade16974b
+2 -2
View File
@@ -13,8 +13,8 @@ M.curves = {
curve = { curve = {
type = "spring", type = "spring",
mass = 1, mass = 1,
stiffness = 50, stiffness = 400,
dampening = 8, dampening = 15,
}, },
}, },
} }