increase animation speed
This commit is contained in:
parent
7f28fbf1e5
commit
656d849285
@ -141,38 +141,38 @@ animations {
|
|||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
# Window animations - bouncy feel for opening/closing
|
# 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 = windowsIn, 1, 1, myBezier, slide
|
||||||
animation = windowsOut, 1, 1, snappy, popin 85%
|
animation = windowsOut, 1, 1, snappy, popin 85%
|
||||||
animation = windowsMove, 1, 2, smooth
|
animation = windowsMove, 1, 1, smooth
|
||||||
|
|
||||||
# Layer animations (notifications, bars, menus)
|
# Layer animations (notifications, bars, menus)
|
||||||
animation = layers, 1, 4, smooth, slide
|
animation = layers, 1, 2, smooth, slide
|
||||||
animation = layersIn, 1, 4, smooth, slide
|
animation = layersIn, 1, 2, smooth, slide
|
||||||
animation = layersOut, 1, 3, snappy, slide
|
animation = layersOut, 1, 2, snappy, slide
|
||||||
|
|
||||||
# Fade effects - smooth transitions
|
# Fade effects - smooth transitions
|
||||||
animation = fade, 1, 1, gentle
|
#animation = fade, 1, 1, snappy
|
||||||
animation = fadeIn, 1, 1, gentle
|
#animation = fadeIn, 1, 1, snappy
|
||||||
animation = fadeOut, 1, 1, gentle
|
#animation = fadeOut, 1, 1, snappy
|
||||||
animation = fadeSwitch, 1, 1, gentle
|
#animation = fadeSwitch, 1, 1, snappy
|
||||||
animation = fadeShadow, 1, 1, gentle
|
#animation = fadeShadow, 1, 1, snappy
|
||||||
animation = fadeDim, 1, 1, gentle
|
#animation = fadeDim, 1, 1, snappy
|
||||||
animation = fadeLayers, 1, 1, gentle
|
#animation = fadeLayers, 1, 1, snappy
|
||||||
animation = fadeLayersIn, 1, 1, gentle
|
#animation = fadeLayersIn, 1, 1, snappy
|
||||||
animation = fadeLayersOut, 1, 1, gentle
|
#animation = fadeLayersOut, 1, 1, snappy
|
||||||
|
|
||||||
# Border animations
|
# Border animations
|
||||||
animation = border, 1, 4, smooth
|
animation = border, 1, 2, smooth
|
||||||
animation = borderangle, 1, 8, smooth
|
animation = borderangle, 1, 2, smooth
|
||||||
|
|
||||||
# Workspace animations - slidefade for smooth transitions
|
# Workspace animations - slidefade for smooth transitions
|
||||||
animation = workspaces, 1, 2, smooth, slidefade 15%
|
animation = workspaces, 1, 1, smooth, slidefade 15%
|
||||||
animation = workspacesIn, 1, 2, smooth, slidefade 15%
|
animation = workspacesIn, 1, 1, smooth, slidefade 15%
|
||||||
animation = workspacesOut, 1, 2, snappy, slidefade 15%
|
animation = workspacesOut, 1, 1, snappy, slidefade 15%
|
||||||
animation = specialWorkspace, 1, 2, bounce, slidevert
|
animation = specialWorkspace, 1, 1, bounce, slidevert
|
||||||
animation = specialWorkspaceIn, 1, 2, bounce, slidevert
|
animation = specialWorkspaceIn, 1, 1, bounce, slidevert
|
||||||
animation = specialWorkspaceOut, 1, 2, snappy, slidevert
|
animation = specialWorkspaceOut, 1, 1, snappy, slidevert
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user