20 lines
613 B
Plaintext
20 lines
613 B
Plaintext
|
animations {
|
||
|
enabled = yes
|
||
|
|
||
|
# Define Settings For Animation Bezier Curve
|
||
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||
|
bezier = winOut, 0.3, -0.3, 0, 1
|
||
|
bezier = liner, 1, 1, 1, 1
|
||
|
bezier = rotate, 0,0.33,0.66,1
|
||
|
|
||
|
animation = windows, 1, 6, wind, slide
|
||
|
animation = windowsIn, 1, 6, winIn, slide
|
||
|
animation = windowsOut, 1, 5, winOut, slide
|
||
|
animation = windowsMove, 1, 5, wind, slide
|
||
|
animation = border, 1, 40, rotate
|
||
|
animation = borderangle, 1, 40, rotate, loop
|
||
|
animation = fade, 1, 10, default
|
||
|
animation = workspaces, 1, 5, wind
|
||
|
}
|