diff options
Diffstat (limited to 'config/hypr/animations/00-default.conf')
| -rw-r--r-- | config/hypr/animations/00-default.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/hypr/animations/00-default.conf b/config/hypr/animations/00-default.conf index f2d33d93..41ca0efb 100644 --- a/config/hypr/animations/00-default.conf +++ b/config/hypr/animations/00-default.conf @@ -3,13 +3,13 @@ animations { enabled = yes - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 + bezier = wind, 0.05, 0.9, 0.1, 1.00 + bezier = winIn, 0.1, 1.0, 0.1, 1.0 + bezier = winOut, 0.3, 0.0, 0, 1 bezier = liner, 1, 1, 1, 1 - bezier = overshot, 0.05, 0.9, 0.1, 1.05 + bezier = overshot, 0.05, 0.9, 0.1, 1.00 bezier = smoothOut, 0.5, 0, 0.99, 0.99 - bezier = smoothIn, 0.5, -0.5, 0.68, 1.5 + bezier = smoothIn, 0.5, 0.0, 0.68, 1.0 animation = windows, 1, 6, wind, slide animation = windowsIn, 1, 5, winIn, slide @@ -23,4 +23,4 @@ animations { # animations for -git or version >0.42.0 animation = workspacesIn, 1, 5, winIn, slide animation = workspacesOut, 1, 5, winOut, slide -}
\ No newline at end of file +} |
