🎨 ux(hypr): change layer animations from popin to fade

This commit is contained in:
Sergio Laín 2024-03-30 00:26:32 +01:00
parent e0785bf1ee
commit 8bff613ddd
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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