Closed koekeishiya closed 8 months ago
Make easing function used for window animations customizable:
yabai -m config window_animation_easing [<EASING>]
Easing function to use for window animations. See https://easings.net/ for details.
EASING := ease_in_sine | ease_out_sine | ease_in_out_sine | ease_in_quad | ease_out_quad | ease_in_out_quad | ease_in_cubic | ease_out_cubic | ease_in_out_cubic | ease_in_quart | ease_out_quart | ease_in_out_quart | ease_in_quint | ease_out_quint | ease_in_out_quint | ease_in_expo | ease_out_expo | ease_in_out_expo | ease_in_circ | ease_out_circ | ease_in_out_circ
Fixed in v7.0.0.
Make easing function used for window animations customizable:
yabai -m config window_animation_easing [<EASING>]