🎨 ux(hypr): change animation style for windows
This commit is contained in:
parent
14e845eb0b
commit
f77d544560
1 changed files with 3 additions and 3 deletions
|
@ -41,12 +41,12 @@ animations {
|
||||||
bezier = default, 0.05, 0.9, 0.1, 1.05
|
bezier = default, 0.05, 0.9, 0.1, 1.05
|
||||||
bezier=overshot,0.13,0.99,0.29,1.1
|
bezier=overshot,0.13,0.99,0.29,1.1
|
||||||
bezier = liner, 1, 1, 1, 1
|
bezier = liner, 1, 1, 1, 1
|
||||||
animation=windows,1,5,overshot,slide
|
animation=windows,1,5,overshot,popin
|
||||||
animation=windowsOut, 1, 5, overshot, slide
|
animation=windowsOut, 1,5, overshot, popin
|
||||||
animation=windowsMove,1,5,overshot,slide
|
animation=windowsMove,1,5,overshot,slide
|
||||||
animation=fadeIn,1,10,default
|
animation=fadeIn,1,10,default
|
||||||
animation=fadeOut,1,10,default
|
animation=fadeOut,1,10,default
|
||||||
animation=workspaces,1,6,overshot,slidefade 85%
|
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