Skip to main content

Crate aura_anim_iced

Crate aura_anim_iced 

Source
Expand description

Iced subscriptions and frame handling for aura_anim_core::MotionRuntime.

Modules§

prelude
Common animation and Iced integration imports.

Enums§

TickPolicy
Controls how an Iced subscription schedules animation ticks.

Functions§

frame
Advances the runtime using an Iced frame timestamp.
subscription
Creates a frame-driven subscription while the runtime has active animations.
subscription_with_policy
Creates a subscription using tick_policy while the runtime has active animations.