change hyprland workspace animation delay

This commit is contained in:
Frost-Phoenix 2023-12-22 21:02:39 +01:00
parent ea6ab6043a
commit c7bab6dffb

View file

@ -119,7 +119,7 @@ in
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
animation = border, 1, 2.7, easeOutCirc # for animating the border's color switch speed animation = border, 1, 2.7, easeOutCirc # for animating the border's color switch speed
animation = borderangle, 1, 30, fluent_decel, once # for animating the border's gradient angle - styles: once (default), loop animation = borderangle, 1, 30, fluent_decel, once # for animating the border's gradient angle - styles: once (default), loop
animation = workspaces, 1, 3, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert animation = workspaces, 1, 4, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert
} }