feat(hyprland): better animations
parent
b87d7b387a
commit
958e91c836
|
@ -85,12 +85,12 @@ in
|
||||||
bezier = circ, 0.785, 0.135, 0.15, 0.86
|
bezier = circ, 0.785, 0.135, 0.15, 0.86
|
||||||
bezier = back, 0.68, -0.55, 0.265, 1.55
|
bezier = back, 0.68, -0.55, 0.265, 1.55
|
||||||
|
|
||||||
|
animation = windows, 1, 4, default, slide
|
||||||
animation = windows, 1, 3, circ
|
animation = windowsIn, 1, 4, circ, slide
|
||||||
animation = windowsOut, 1, 2, quint
|
animation = windowsOut, 1, 4, circ, slide
|
||||||
animation = border, 1, 2, sine
|
animation = border, 1, 2, sine
|
||||||
animation = fade, 1, 2, sine
|
animation = fade, 1, 4, sine
|
||||||
animation = workspaces, 1, 5, circ
|
animation = workspaces, 1, 5, circ, fade
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
Loading…
Reference in New Issue