Function components::easing::get_easing [−][src]
pub fn get_easing(etype: Easing) -> fn(f64) -> f64
Returns the easing function with the given [name].
[name] can be an EasingFunction or a String specifying the name of one of the easing functions defined above.