Expand description
Named expression keyframe sequence: compose multi-expression animations with hold/ease timing.
Structs§
- Expr
Keyframe - A single snapshot in an expression animation track.
- Expr
Sequencer - Combines multiple
ExprTracks and evaluates them additively. - Expr
Track - A named sequence of
ExprKeyframes.
Enums§
- Ease
Type - Easing function applied when transitioning to the next keyframe.
- SeqLoop
Mode - How the track behaves after the last keyframe has been reached.
Functions§
- blink_
track - Generate a repeating blink animation track.
- breathing_
expr_ track - Generate a subtle breathing expression track.
- ease_
value - Apply an easing function to
t∈ [0, 1]. - lerp_
weights - Linearly interpolate between two
ExprWeightsmaps.
Type Aliases§
- Expr
Weights - Map of expression name → weight in [0, 1].