Skip to main content

Crate cranpose_animation

Crate cranpose_animation 

Source
Expand description

Animation system for Cranpose

This crate provides animation primitives including tweens, springs, and easing functions.

Re-exports§

pub use decay_spec::FlingCalculator;
pub use decay_spec::FlingInfo;
pub use decay_spec::FloatDecayAnimationSpec;
pub use decay_spec::SplineBasedDecaySpec;
pub use animation::*;

Modules§

animation
Animation system for Cranpose
decay_spec
Decay animation specification for fling animations.
prelude