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/HYDE - optimized.conf | |
| 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/HYDE - optimized.conf')
| -rw-r--r-- | config/hypr/animations/HYDE - optimized.conf | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/config/hypr/animations/HYDE - optimized.conf b/config/hypr/animations/HYDE - optimized.conf index e325b635..51c1a291 100644 --- a/config/hypr/animations/HYDE - optimized.conf +++ b/config/hypr/animations/HYDE - optimized.conf @@ -7,13 +7,13 @@ animations { enabled = true bezier = wind, 0.05, 0.85, 0.03, 0.97 bezier = winIn, 0.07, 0.88, 0.04, 0.99 - bezier = winOut, 0.20, -0.15, 0, 1 + bezier = winOut, 0.20, 0.00, 0, 1 bezier = liner, 1, 1, 1, 1 - bezier = md3_standard, 0.12, 0, 0, 1 - bezier = md3_decel, 0.05, 0.80, 0.10, 0.97 - bezier = md3_accel, 0.20, 0, 0.80, 0.08 - bezier = overshot, 0.05, 0.85, 0.07, 1.04 - bezier = crazyshot, 0.1, 1.22, 0.68, 0.98 + bezier = md1_standard, 0.12, 0, 0, 1 + bezier = md1_decel, 0.05, 0.80, 0.10, 0.97 + bezier = md1_accel, 0.20, 0, 0.80, 0.08 + bezier = overshot, 0.05, 0.85, 0.07, 1.00 + bezier = crazyshot, 0.1, 1.00, 0.68, 0.98 bezier = hyprnostretch, 0.05, 0.82, 0.03, 0.94 bezier = menu_decel, 0.05, 0.82, 0, 1 bezier = menu_accel, 0.20, 0, 0.82, 0.10 @@ -21,9 +21,10 @@ animations { bezier = easeOutCirc, 0, 0.48, 0.38, 1 bezier = easeOutExpo, 0.10, 0.94, 0.23, 0.98 bezier = softAcDecel, 0.20, 0.20, 0.15, 1 - bezier = md2, 0.30, 0, 0.15, 1 + bezier = md1, 0.30, 0, 0.15, 1 + bezier = md3_decel, 0.05, 0.80, 0.10, 0.97 - bezier = OutBack, 0.28, 1.40, 0.58, 1 + bezier = OutBack, 0.28, 1.00, 0.58, 1 bezier = easeInOutCirc, 0.78, 0, 0.15, 1 animation = border, 1, 1.6, liner |
