summaryrefslogtreecommitdiff
path: root/config/hypr/animations.conf
blob: 4b0a89742ff8f5da30aa250d8a51e0e6b1e353a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
animations {
    enabled = true

bezier = easeOutQuint,   0.23, 1,    0.32, 1
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
bezier = linear,         0,    0,    1,    1
bezier = almostLinear,   0.5,  0.5,  0.75, 1
bezier = quick,          0.15, 0,    0.1,  1

animation = global,        1, 5.42, default

animation = border,        1, 2.92, easeOutQuint
animation = windows,       1, 2.59, easeOutQuint
animation = windowsIn,     1, 2.22, easeOutQuint, popin 87%
animation = windowsOut,    1, 0.81, linear,       popin 87%

animation = fadeIn,        1, 0.94, almostLinear
animation = fadeOut,       1, 0.79, almostLinear
animation = fade,          1, 1.65, quick

animation = layers,        1, 2.07, easeOutQuint
animation = layersIn,      1, 2.17, easeOutQuint, fade
animation = layersOut,     1, 0.81, linear,       fade

animation = fadeLayersIn,  1, 0.97, almostLinear
animation = fadeLayersOut, 1, 0.76, almostLinear

animation = workspaces,    0, 0, almostLinear
animation = workspacesIn,  0, 0, almostLinear
animation = workspacesOut, 0, 0, almostLinear

animation = zoomFactor,    1, 4.46, quick
}