33 lines
1.2 KiB
Plaintext
33 lines
1.2 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
|
|
|
|
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.0
|
|
bezier = quick,0.15,0,0.1,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
|
|
}
|