rusty_desktop_icons.AnimationOptions

class rusty_desktop_icons.AnimationOptions

Global animation options.

All fields are optional; pass None (or omit) to keep the engine default. Also accepted as a plain dict at [DesktopController.animate].

property draw_labels: bool
property draw_shield_overlay: bool
property draw_shortcut_overlay: bool
property force_fallback: bool
property position_tolerance_px: int | None
property snap_to_grid: bool
property tick_hz: int | None