rusty_desktop_icons.IconAnimationState

class rusty_desktop_icons.IconAnimationState

Per-icon animation state captured by [AnimationHandle.snapshot].

property current: tuple[int, int]
property id: str
property is_final: bool

True after the engine’s final commit for this icon.

property origin: tuple[int, int]
property t: float

Normalized time in [0, 1] for this icon.

property target: tuple[int, int]