Speed up hyprwinview animation

This commit is contained in:
2026-04-30 10:20:54 -07:00
parent 937174080c
commit b16695b574

View File

@@ -213,8 +213,8 @@ local function apply_hyprwinview_config()
app_icon_backplate_padding = 6, app_icon_backplate_padding = 6,
animation = "workspace_zoom", animation = "workspace_zoom",
animation_in_ms = 340, animation_in_ms = 340,
animation_out_ms = 260, animation_out_ms = 170,
animation_speed = 0.25, animation_speed = 0.5,
animation_scale = 0.94, animation_scale = 0.94,
animation_stagger_ms = 16, animation_stagger_ms = 16,
animation_stagger_max_ms = 120, animation_stagger_max_ms = 120,