After update to 0.55.4 window animations are slo-mo #15329
|
I just updated to 0.55.4 and the window-animations are like in slow motion. Not performance wise, but it seems like the speed parameter is not respected. hl.curve("rubber", { type = "spring", mass = 0.8, stiffness = 60, dampening = 9 })
hl.animation({ leaf = "windows", enabled = true, speed = 10, spring = "rubber" })output.mp4 |
Answered by
vaxerski
Jul 8, 2026
Replies: 2 comments 3 replies
|
springs ignore speed, that's how springs work. Up the stiffness for faster animations. |
0 replies
Answer selected by
ad-on-is
|
Hey, did this solve the issue for you? I seem to have run into the same problem. Even removing all my animations didn't fix it and everything just appears to be half as fast as it used to be. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
springs ignore speed, that's how springs work. Up the stiffness for faster animations.