Text · 839 bytes Raw Blame History
1 # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
2 # ┃ (Default) Animations Configuration ┃
3 # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
4
5 # https://wiki.hyprland.org/Configuring/Animations/
6
7 animations {
8 enabled = yes
9 bezier = overshot, 0.13, 0.99, 0.29, 1.1
10 animation = windowsIn, 1, 4, overshot, slide
11 animation = windowsOut, 1, 5, default, popin 80%
12 animation = border, 1, 5, default
13 animation = workspacesIn, 1, 6, overshot, slide
14 animation = workspacesOut, 1, 6, overshot, slidefade 80%
15 }
16