change hyprland animation
This commit is contained in:
parent
5cfe94ca19
commit
4b3103a7cf
|
@ -113,7 +113,7 @@ in
|
||||||
|
|
||||||
# Fade
|
# Fade
|
||||||
animation = fadeIn, 1, 3, easeOutCubic # fade in (open) -> layers and windows
|
animation = fadeIn, 1, 3, easeOutCubic # fade in (open) -> layers and windows
|
||||||
animation = fadeOut, 1, 3, easeOutCubic # fade out (close) -> layers and windows
|
animation = fadeOut, 1, 2, easeOutCubic # fade out (close) -> layers and windows
|
||||||
animation = fadeSwitch, 0, 1, easeOutCirc # fade on changing activewindow and its opacity
|
animation = fadeSwitch, 0, 1, easeOutCirc # fade on changing activewindow and its opacity
|
||||||
animation = fadeShadow, 1, 10, easeOutCirc # fade on changing activewindow for shadows
|
animation = fadeShadow, 1, 10, easeOutCirc # fade on changing activewindow for shadows
|
||||||
animation = fadeDim, 1, 4, fluent_decel # the easing of the dimming of inactive windows
|
animation = fadeDim, 1, 4, fluent_decel # the easing of the dimming of inactive windows
|
||||||
|
|
Loading…
Reference in a new issue