diff options
Diffstat (limited to 'config/hypr/animations/ML4W - moving.lua')
| -rw-r--r-- | config/hypr/animations/ML4W - moving.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/animations/ML4W - moving.lua b/config/hypr/animations/ML4W - moving.lua index 6fadc3e0..e00b6328 100644 --- a/config/hypr/animations/ML4W - moving.lua +++ b/config/hypr/animations/ML4W - moving.lua @@ -6,9 +6,9 @@ hl.config({ }, }) -hl.curve("overshot", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.05 } } }) +hl.curve("overshot", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.00 } } }) hl.curve("smoothOut", { type = "bezier", points = { { 0.5, 0 }, { 0.99, 0.99 } } }) -hl.curve("smoothIn", { type = "bezier", points = { { 0.5, -0.5 }, { 0.68, 1.5 } } }) +hl.curve("smoothIn", { type = "bezier", points = { { 0.5, 0.0 }, { 0.68, 1.0 } } }) hl.animation({ leaf = "windows", enabled = true, speed = 5, bezier = "overshot", style = "slide" }) hl.animation({ leaf = "windowsOut", enabled = true, speed = 3, bezier = "smoothOut" }) |
