Skip to main content

Module events

Module events 

Source
Expand description

Event and mode types passed to observer callbacks and returned from AnimationHandle queries.

Structs§

IconAnimationState
Per-icon state, captured under a snapshot lock.
StartContext
Payload for on_start.
TickContext
Payload for on_tick.

Enums§

FinishReason
Why an animation ended. Delivered through the observer on_finish hook and returned from AnimationHandle::wait.
StopMode
How to leave the desktop when AnimationHandle::stop is invoked.