Compare commits

2 Commits
Author SHA1 Message Date
wyj 666ad77a02 update: spring parameter 2026-07-21 20:05:30 -04:00
wyj fade16974b update: spring change in 0.56.0 2026-07-20 21:00:51 -04:00
+2 -2
View File
@@ -13,8 +13,8 @@ M.curves = {
curve = { curve = {
type = "spring", type = "spring",
mass = 1, mass = 1,
stiffness = 50, stiffness = 500,
dampening = 8, dampening = 20,
}, },
}, },
} }