🎨 ux(hypr): change layer animations from popin to fade
This commit is contained in:
parent
e0785bf1ee
commit
8bff613ddd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ animations {
|
||||||
animation = windowsIn, 1, 7, overshot, popin
|
animation = windowsIn, 1, 7, 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, overshot, popin
|
animation = layers, 1, 5, default, fade
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue