diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-02 15:57:03 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-07-02 15:57:03 -0400 |
| commit | 4166fc30fb567f95c3513ede44f0e117448c0e5f (patch) | |
| tree | d7eecab0f6a5e367c6eba911cd8f758b7eb03172 /config/hypr/animations/01-default - v2.lua | |
| parent | fed1837fbdcc2acedbb8d6246a2601b26ad40369 (diff) | |
Fixed animation files
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
modified: config/hypr/animations/00-default.conf
modified: config/hypr/animations/00-default.lua
modified: config/hypr/animations/01-default - v2.conf
modified: config/hypr/animations/01-default - v2.lua
modified: config/hypr/animations/END-4.conf
modified: config/hypr/animations/END-4.lua
modified: config/hypr/animations/HYDE - default.conf
modified: config/hypr/animations/HYDE - default.lua
modified: config/hypr/animations/HYDE - minimal-1.conf
modified: config/hypr/animations/HYDE - minimal-1.lua
modified: config/hypr/animations/HYDE - optimized.conf
modified: config/hypr/animations/HYDE - optimized.lua
modified: config/hypr/animations/ML4W - classic.conf
modified: config/hypr/animations/ML4W - classic.lua
modified: config/hypr/animations/ML4W - dynamic.conf
modified: config/hypr/animations/ML4W - dynamic.lua
modified: config/hypr/animations/ML4W - fast.conf
modified: config/hypr/animations/ML4W - fast.lua
modified: config/hypr/animations/ML4W - high.conf
modified: config/hypr/animations/ML4W - high.lua
modified: config/hypr/animations/ML4W - moving.conf
modified: config/hypr/animations/ML4W - moving.lua
modified: config/hypr/animations/ML4W - standard.conf
modified: config/hypr/animations/ML4W - standard.lua
modified: config/hypr/animations/Mahaveer - me-1.conf
modified: config/hypr/animations/Mahaveer - me-1.lua
modified: config/hypr/animations/Mahaveer - me-2.conf
modified: config/hypr/animations/Mahaveer - me-2.lua
Diffstat (limited to 'config/hypr/animations/01-default - v2.lua')
| -rw-r--r-- | config/hypr/animations/01-default - v2.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/hypr/animations/01-default - v2.lua b/config/hypr/animations/01-default - v2.lua index 1de8fab5..af12ecfe 100644 --- a/config/hypr/animations/01-default - v2.lua +++ b/config/hypr/animations/01-default - v2.lua @@ -6,16 +6,16 @@ hl.config({ }, }) -hl.curve("myBezier", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.05 } } }) +hl.curve("myBezier", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.00 } } }) hl.curve("linear", { type = "bezier", points = { { 0.0, 0.0 }, { 1.0, 1.0 } } }) -hl.curve("wind", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.05 } } }) -hl.curve("winIn", { type = "bezier", points = { { 0.1, 1.1 }, { 0.1, 1.1 } } }) -hl.curve("winOut", { type = "bezier", points = { { 0.3, -0.3 }, { 0, 1 } } }) +hl.curve("wind", { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.00 } } }) +hl.curve("winIn", { type = "bezier", points = { { 0.1, 1.0 }, { 0.1, 1.0 } } }) +hl.curve("winOut", { type = "bezier", points = { { 0.3, 0.0 }, { 0, 1 } } }) hl.curve("slow", { type = "bezier", points = { { 0, 0.85 }, { 0.3, 1 } } }) -hl.curve("overshot", { type = "bezier", points = { { 0.7, 0.6 }, { 0.1, 1.1 } } }) -hl.curve("bounce", { type = "bezier", points = { { 1.1, 1.6 }, { 0.1, 0.85 } } }) -hl.curve("sligshot", { type = "bezier", points = { { 1, -1 }, { 0.15, 1.25 } } }) -hl.curve("nice", { type = "bezier", points = { { 0, 6.9 }, { 0.5, -4.20 } } }) +hl.curve("overshot", { type = "bezier", points = { { 0.7, 0.6 }, { 0.1, 1.0 } } }) +hl.curve("bounce", { type = "bezier", points = { { 1.0, 1.0 }, { 0.1, 0.85 } } }) +hl.curve("sligshot", { type = "bezier", points = { { 1, 0.0 }, { 0.15, 1.00 } } }) +hl.curve("nice", { type = "bezier", points = { { 0, 1.0 }, { 0.5, 0.00 } } }) hl.animation({ leaf = "windowsIn", enabled = true, speed = 5, bezier = "slow", style = "popin" }) hl.animation({ leaf = "windowsOut", enabled = true, speed = 5, bezier = "winOut", style = "popin" }) |
