example: update hyprland.lua default springs (#15499)

yes

---------

Co-authored-by: Vaxry <vaxry@vaxry.net>
This commit is contained in:
Mint
2026-07-22 14:06:30 +02:00
committed by GitHub
co-authored by Vaxry
parent eb21dae6fb
commit c4605ba7f1
+1 -1
View File
@@ -140,7 +140,7 @@ hl.curve("almostLinear", { type = "bezier", points = { {0.5, 0.5}, {0.75, 1}
hl.curve("quick", { type = "bezier", points = { {0.15, 0}, {0.1, 1} } })
-- Default springs
hl.curve("easy", { type = "spring", mass = 1, stiffness = 71.2633, dampening = 15.8273644 })
hl.curve("easy", { type = "spring", mass = 1, stiffness = 238.1191, dampening = 24.21279333 })
hl.animation({ leaf = "global", enabled = true, speed = 10, bezier = "default" })
hl.animation({ leaf = "border", enabled = true, speed = 5.39, bezier = "easeOutQuint" })