Skip to main content

Crate aura_anim_core

Crate aura_anim_core 

Source
Expand description

Core animation primitives, timing types, composition utilities, and runtime storage.

Modulesยง

binding
Declarative business-state to motion bindings.
field
Type-safe field descriptors and independent struct field animations.
interpolate
Interpolation progress and built-in interpolation implementations.
keyframes
Keyframe definitions and keyframe-based animations.
macros
Re-exports the Animatable and field macros from aura_anim_macros.
presence
Animated visibility lifecycle management.
runtime
Runtime storage, typed handles, and animation commands.
spring
Spring-based animations with independently configured physical channels.
target
Deferred animation factories that start from the current sampled value.
timeline
Sequential, parallel, and fixed-duration animation composition.
timing
Timing configuration and elapsed-time normalization.
traits
Core traits implemented by animatable values and animation sources.
tween
Duration-based interpolation animations.