ux-animate 0.1.5

Backend and runtime agnostic animation library
Documentation
mod dash_path;
pub use dash_path::*;

mod debug_path;
pub use debug_path::*;

mod gamma_evaluator;
pub use gamma_evaluator::*;

mod mean_calculator;
pub use mean_calculator::*;

mod misc;
pub use misc::*;

mod pair;
pub use pair::*;

mod path_factory;
pub use path_factory::*;

mod path_interpolator;
pub use path_interpolator::*;

pub struct Utils;