Function animate::easing::get_easing[][src]

pub fn get_easing(etype: Easing) -> EasingFunction

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.