Module animation

Module animation 

Source
Expand description

Animation system with spring physics, easing, and keyframe support.

Provides 60fps-capable animations for smooth UI transitions.

Structs§

AnimColor
Color for animation (RGBA as f32 0-1).
AnimationController
Controller for managing multiple animations.
EasedValue
An easing-based animated value.
Keyframe
A keyframe in an animation.
KeyframeTrack
Keyframe animation track.
Spring
A spring-animated value.
SpringConfig
Spring physics configuration.

Enums§

AnimatedValue
An animated value with easing or spring physics.
Easing
Standard easing functions for animations.

Traits§

Interpolate
Trait for types that can be interpolated.