mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-15 16:09:12 +01:00
25 lines
931 B
Plaintext
25 lines
931 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
|
|
|
|
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, 1, liner
|
|
animation = borderangle, 1, 30, liner, loop
|
|
animation = fade, 1, 10, default
|
|
animation = workspaces, 1, 5, wind
|
|
}
|