Re-exports§
pub use cinematic::*;pub use core::*;pub use timeline::*;pub use timing::*;pub use transition_preset::*;pub use transitions::*;pub use widget_anim::*;
Modules§
- cinematic
- High-level cinematic UI building blocks inspired by smartwatch UX patterns. These helpers stay no_std friendly and compose with existing widgets/animators.
- core
- Core animation primitives for
embedded-gui. Designed for deterministic, fixed-capacity operation. - timeline
- timing
- Animation timing helpers for embedded transitions.
- transition_
preset - Named screen transition presets with default durations and easing.
- transitions
- widget_
anim - Widget-level animation bindings built on top of
AnimationManager. Keeps fixed-capacity, no-allocation behavior suitable for embedded targets.