logo

Type Definition dx::engine::d2::animation::EaseFunction

source · []
pub type EaseFunction = Rc<dyn Fn(f32) -> f32>;
Expand description

Receives and returns a number between 0..1.