19 lines
653 B
Plaintext
19 lines
653 B
Plaintext
|
animations {
|
||
|
enabled = yes
|
||
|
|
||
|
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
|
||
|
bezier = rotate, 0,0.33,0.66,1
|
||
|
|
||
|
animation = windows, 1, 5, overshot, slide
|
||
|
animation = windowsIn, 1, 3, smoothOut
|
||
|
animation = windowsOut, 1, 3, smoothOut
|
||
|
animation = windowsMove, 1, 4, smoothIn, slide
|
||
|
animation = border, 1, 6, default
|
||
|
animation = fade, 1, 5, smoothIn
|
||
|
animation = fadeDim, 1, 5, smoothIn
|
||
|
animation = workspaces, 1, 6, default
|
||
|
animation = borderangle, 1, 40, rotate, loop # borderangle - for animating the border's gradient angle
|
||
|
|
||
|
}
|