diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-05 09:26:19 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-05 09:26:19 +0900 |
| commit | a60c69be106fcd2bad12bf1a57c9ae7f13a7165c (patch) | |
| tree | cc7b6210c13a9acacfd3798039e052679a80cf98 /config/hypr/animations/default.conf | |
| parent | e5dc74881ce00eaba324d16f5d9412bab04fe857 (diff) | |
animations list now alphabetically
Diffstat (limited to 'config/hypr/animations/default.conf')
| -rw-r--r-- | config/hypr/animations/default.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/config/hypr/animations/default.conf b/config/hypr/animations/default.conf deleted file mode 100644 index 0f40b5e6..00000000 --- a/config/hypr/animations/default.conf +++ /dev/null @@ -1,26 +0,0 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # - -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 = liner, 1, 1, 1, 1 - bezier = overshot, 0.05, 0.9, 0.1, 1.05 - bezier = smoothOut, 0.5, 0, 0.99, 0.99 - bezier = smoothIn, 0.5, -0.5, 0.68, 1.5 - - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 5, winIn, slide - animation = windowsOut, 1, 3, smoothOut, slide - animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, liner - animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors - animation = fade, 1, 3, smoothOut - animation = workspaces, 1, 5, overshot - - # 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 |
