🎨 ux(hypr): speed up some animations
This commit is contained in:
parent
4558037494
commit
0c54553f7b
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@ animations {
|
||||||
bezier = liner, 1, 1, 1, 1
|
bezier = liner, 1, 1, 1, 1
|
||||||
|
|
||||||
animation = windows, 1, 7, wind, popin
|
animation = windows, 1, 7, wind, popin
|
||||||
animation = windowsIn, 1, 7, overshot, popin
|
animation = windowsIn, 1, 6, overshot, popin
|
||||||
animation = windowsOut, 1, 5, overshot, popin
|
animation = windowsOut, 1, 5, overshot, popin
|
||||||
animation = windowsMove, 1, 6, overshot, slide
|
animation = windowsMove, 1, 6, overshot, slide
|
||||||
animation = layers, 1, 5, default, popin
|
animation = layers, 1, 4, default, popin
|
||||||
animation = fadeIn, 1, 10, default
|
animation = fadeIn, 1, 10, default
|
||||||
animation = fadeOut, 1, 10, default
|
animation = fadeOut, 1, 10, default
|
||||||
animation = fadeSwitch, 1, 10, default
|
animation = fadeSwitch, 1, 10, default
|
||||||
animation = fadeShadow, 1, 10, default
|
animation = fadeShadow, 1, 10, default
|
||||||
animation = fadeDim, 1, 10, default
|
animation = fadeDim, 1, 10, default
|
||||||
animation = fadeLayers, 1, 10, default
|
animation = fadeLayers, 1, 10, default
|
||||||
animation = workspaces, 1, 7, overshot, slide
|
animation = workspaces, 1, 6, overshot, slide
|
||||||
animation = border, 1, 1, liner
|
animation = border, 1, 1, liner
|
||||||
animation = borderangle, 1, 30, liner, loop
|
animation = borderangle, 1, 30, liner, loop
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue