shell+hl: adjust workspace move curve
Looks a lot better on the bar and overlay.
This commit is contained in:
parent
789228079c
commit
b73b476c68
4 changed files with 8 additions and 7 deletions
|
@ -44,6 +44,7 @@ animations {
|
|||
|
||||
bezier = windowIn, 0.06, 0.71, 0.25, 1
|
||||
bezier = windowResize, 0.04, 0.67, 0.38, 1
|
||||
bezier = workspacesMove, 0.1, 0.75, 0.15, 1
|
||||
|
||||
animation = windowsIn, 1, 3, windowIn, slide #popin 20%
|
||||
animation = windowsOut, 1, 3, windowIn, slide #popin 70%
|
||||
|
@ -51,7 +52,7 @@ animations {
|
|||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 3, default
|
||||
animation = workspaces, 1, 6, default, slidevert
|
||||
animation = workspaces, 1, 5, workspacesMove, slidevert
|
||||
animation = layers, 1, 5, windowIn, slide
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue