diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 23:20:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 23:20:48 +0900 |
| commit | 7fc9d2fcbd74a1ff45dc3f1d5f6161f5bc91c12d (patch) | |
| tree | 2dc80bd79427479e45500352ca29e505a6e3f0fd /config/hypr/animations/ITZ - diablo-1.conf | |
| parent | 65af1fcdea7f3e53174ad1ff18846f3437cb8248 (diff) | |
| parent | 9f7650cb60dacfe59b3d712db776974ba816bd83 (diff) | |
Merge branch 'development' into windowrules
Diffstat (limited to 'config/hypr/animations/ITZ - diablo-1.conf')
| -rw-r--r-- | config/hypr/animations/ITZ - diablo-1.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/config/hypr/animations/ITZ - diablo-1.conf b/config/hypr/animations/ITZ - diablo-1.conf new file mode 100644 index 00000000..81d3aa41 --- /dev/null +++ b/config/hypr/animations/ITZ - diablo-1.conf @@ -0,0 +1,32 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# +# name "Diablo-1" +# credit https://github.com/Itz-Abhishek-Tiwari + +animations { + enabled = 1 + bezier = default, 0.05, 0.9, 0.1, 1.05 + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = overshot, 0.13, 0.99, 0.29, 1.08 + bezier = liner, 1, 1, 1, 1 + bezier = bounce, 0.4, 0.9, 0.6, 1.0 + bezier = snappyReturn, 0.4, 0.9, 0.6, 1.0 + + bezier = slideInFromRight, 0.5, 0.0, 0.5, 1.0 + animation = windows, 1, 5, snappyReturn, slidevert + animation = windowsIn, 1, 5, snappyReturn, slidevert right + + animation = windowsOut, 1, 5, snappyReturn, slide + animation = windowsMove, 1, 6, bounce, slide + animation = layersOut, 1, 5, bounce, slidevert right + animation = fadeIn, 1, 10, default + animation = fadeOut, 1, 10, default + animation = fadeSwitch, 1, 10, default + animation = fadeShadow, 1, 10, default + animation = fadeDim, 1, 10, default + animation = fadeLayers, 1, 10, default + animation = workspaces, 1, 7, overshot, slidevert + animation = border, 1, 1, liner + animation = layers, 1, 4, bounce, slidevert right + animation = borderangle, 1, 30, liner, once +} |
