Trait anim::Function[][src]

pub trait Function: DynClone {
    fn ease(&self, normalized_time: f64) -> f64;
}
Expand description

easing function

Required methods

output time based on normalized time, which is between 0-1

Implementations on Foreign Types

Implementors