get_easing

Function get_easing 

Source
pub fn get_easing(etype: Easing) -> EasingFunction
Expand description

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.