Optimized animations
This commit is contained in:
parent
07c4d7fa7a
commit
898b561b37
1 changed files with 9 additions and 7 deletions
|
|
@ -10,15 +10,17 @@ animations {
|
|||
bezier = smoothOut, 0.5, 0, 0.99, 0.99
|
||||
bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
|
||||
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 2, winIn, slide
|
||||
animation = windowsOut, 1, 2, smoothOut, slide
|
||||
animation = windows, 1, 1, wind, slide
|
||||
animation = windowsIn, 0, 1, winIn, slide
|
||||
animation = windowsOut, 1, 1, smoothOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = fade, 1, 3, smoothOut
|
||||
animation = workspaces, 1, 5, overshot
|
||||
animation = fade, 1, 1, smoothOut
|
||||
animation = fadeIn, 0
|
||||
animation = fadeLayersIn, 0
|
||||
animation = workspaces, 1, 1, overshot
|
||||
|
||||
# animations for -git or version >0.42.0
|
||||
animation = workspacesIn, 1, 5, winIn, slide
|
||||
animation = workspacesOut, 1, 5, winOut, slide
|
||||
animation = workspacesIn, 0, 2, winIn, slide
|
||||
animation = workspacesOut, 0, 2, winOut, slide
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue