logo
pub type EaseFunction = Rc<dyn Fn(f32) + 'static>;
Expand description

Receives and returns a number between 0..1.