Trait cushy::animation::AnimateTarget
source · pub trait AnimateTarget: Send + Sync {
// Required methods
fn update(&self, percent: f32);
fn finish(&self);
}
Expand description
The target of an Animate
implementor.