26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
|
|
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
|
|
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
|
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
|
bezier = smoothIn, 0.25, 1, 0.5, 1
|
|
|
|
animations {
|
|
enabled=1
|
|
animation = windows,1,5,overshot,slide # slide or popin
|
|
animation = windowsOut, 1, 8,smoothOut,slide
|
|
animation = windowsMove, 1, 5,default
|
|
animation = border,1,4,default
|
|
animation = fade, 1, 5, smoothIn
|
|
animation = fadeOut, 1, 5, smoothIn
|
|
animation = fadeDim, 1, 2, smoothIn
|
|
animation = workspaces,1,5,overshot,slidevert # slide , slidevert , fade
|
|
|
|
#buttery_smoooooooth...
|
|
# animation=windows,1,4,default,slide # slide or popin
|
|
# animation = windowsOut, 1, 6,smoothIn,slide
|
|
# animation = fade, 1, 12, smoothIn
|
|
# animation = fadeOut, 1, 6, smoothIn
|
|
# animation = fadeDim, 1, 5, smoothIn
|
|
# animation=workspaces,1,4,default,slide # slide , slidevert , fade
|
|
}
|