This commit is contained in:
Zacharias-Brohn
2026-01-19 18:40:28 +01:00
parent 8bd6547af9
commit 567faff34e
85 changed files with 2182 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# -----------------------------------------------------
# Animations
# name "Dynamic"
# -----------------------------------------------------
animations {
enabled = true
bezier = wind, 0.05, 0.9, 0.1, 1
bezier = winIn, 0.1, 1.0, 0.1, 1.0
bezier = winOut, 1, 0.35, 1, 1
bezier = liner, 1, 1, 1, 1
bezier = cubic-bezier, 0.215, 0.61, 0.355, 1
animation = windows, 1, 3, wind, popin
animation = windowsIn, 1, 3, winIn, popin 70%
animation = windowsOut, 1, 3, default, popin 80%
animation = windowsMove, 1, 3, wind, slide
animation = border, 1, 1, liner
animation = fade, 1, 4, default
animation = workspaces, 1, 4, wind, slide
animation = specialWorkspace, 1, 4, wind, slide
animation = fadeLayers, 0
animation = fadePopups, 0
}