Expand description
Animation system for Cranpose
This crate provides animation primitives including tweens, springs, and easing functions.
Re-exports§
pub use color::animateColorAsState;pub use decay_spec::ExponentialDecaySpec;pub use decay_spec::FloatDecayAnimationSpec;pub use decay_spec::IOS_DECELERATION_RATE_FAST;pub use decay_spec::IOS_DECELERATION_RATE_NORMAL;pub use geometry_animation::animateOffsetAsState;pub use geometry_animation::animateRectAsState;pub use geometry_animation::animateSizeAsState;pub use transition::Transition;pub use transition::updateTransition;pub use unit_animation::animateDpAsState;pub use animation::*;
Modules§
- animation
- Animation system for Cranpose
- color
- Color animation for Cranpose
- decay_
spec - Decay animation specification for fling animations.
- geometry_
animation - Animation over Cranpose’s 2D geometry types.
- prelude
- transition
- Finite, state-driven, multi-property animation.
- unit_
animation - Animation over Cranpose’s density/scale unit types.