Type Definition animate::easing::EasingFunction[][src]

type EasingFunction = fn(t: f64) -> f64;