increase animation speed

This commit is contained in:
nicholai 2025-09-26 04:57:06 -06:00
parent 7f28fbf1e5
commit 656d849285

View File

@ -141,38 +141,38 @@ animations {
enabled = yes
# Window animations - bouncy feel for opening/closing
animation = windows, 1, 3, bounce, slide
animation = windows, 1, 1, snappy, slide
animation = windowsIn, 1, 1, myBezier, slide
animation = windowsOut, 1, 1, snappy, popin 85%
animation = windowsMove, 1, 2, smooth
animation = windowsMove, 1, 1, smooth
# Layer animations (notifications, bars, menus)
animation = layers, 1, 4, smooth, slide
animation = layersIn, 1, 4, smooth, slide
animation = layersOut, 1, 3, snappy, slide
animation = layers, 1, 2, smooth, slide
animation = layersIn, 1, 2, smooth, slide
animation = layersOut, 1, 2, snappy, slide
# Fade effects - smooth transitions
animation = fade, 1, 1, gentle
animation = fadeIn, 1, 1, gentle
animation = fadeOut, 1, 1, gentle
animation = fadeSwitch, 1, 1, gentle
animation = fadeShadow, 1, 1, gentle
animation = fadeDim, 1, 1, gentle
animation = fadeLayers, 1, 1, gentle
animation = fadeLayersIn, 1, 1, gentle
animation = fadeLayersOut, 1, 1, gentle
#animation = fade, 1, 1, snappy
#animation = fadeIn, 1, 1, snappy
#animation = fadeOut, 1, 1, snappy
#animation = fadeSwitch, 1, 1, snappy
#animation = fadeShadow, 1, 1, snappy
#animation = fadeDim, 1, 1, snappy
#animation = fadeLayers, 1, 1, snappy
#animation = fadeLayersIn, 1, 1, snappy
#animation = fadeLayersOut, 1, 1, snappy
# Border animations
animation = border, 1, 4, smooth
animation = borderangle, 1, 8, smooth
animation = border, 1, 2, smooth
animation = borderangle, 1, 2, smooth
# Workspace animations - slidefade for smooth transitions
animation = workspaces, 1, 2, smooth, slidefade 15%
animation = workspacesIn, 1, 2, smooth, slidefade 15%
animation = workspacesOut, 1, 2, snappy, slidefade 15%
animation = specialWorkspace, 1, 2, bounce, slidevert
animation = specialWorkspaceIn, 1, 2, bounce, slidevert
animation = specialWorkspaceOut, 1, 2, snappy, slidevert
animation = workspaces, 1, 1, smooth, slidefade 15%
animation = workspacesIn, 1, 1, smooth, slidefade 15%
animation = workspacesOut, 1, 1, snappy, slidefade 15%
animation = specialWorkspace, 1, 1, bounce, slidevert
animation = specialWorkspaceIn, 1, 1, bounce, slidevert
animation = specialWorkspaceOut, 1, 1, snappy, slidevert
}