Struct freya_hooks::AnimationManager
source · pub struct AnimationManager<'a> { /* private fields */ }
Expand description
Manage the lifecyle of an Animation.
Implementations§
source§impl<'a> AnimationManager<'a>
impl<'a> AnimationManager<'a>
sourcepub fn is_animating(&self) -> bool
pub fn is_animating(&self) -> bool
Check whether there is an Animation running or not.
Trait Implementations§
source§impl<'a> Clone for AnimationManager<'a>
impl<'a> Clone for AnimationManager<'a>
source§fn clone(&self) -> AnimationManager<'a>
fn clone(&self) -> AnimationManager<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more