Struct freya_hooks::TransitionsManager
source · pub struct TransitionsManager<'a> { /* private fields */ }
Expand description
Manage the lifecyle of an [AnimationTransitionManager].
Implementations§
source§impl<'a> TransitionsManager<'a>
impl<'a> TransitionsManager<'a>
sourcepub fn clear(&self)
pub fn clear(&self)
Clear all the currently running Transitions.
sourcepub fn is_animating(&self) -> bool
pub fn is_animating(&self) -> bool
Check whether there are Transitions running or not.
sourcepub fn is_at_start(&self) -> bool
pub fn is_at_start(&self) -> bool
Check whether the Transitions are at the start or at the end.
sourcepub fn get(&self, index: usize) -> Option<TransitionState>
pub fn get(&self, index: usize) -> Option<TransitionState>
Get an TransitionState
Trait Implementations§
source§impl<'a> Clone for TransitionsManager<'a>
impl<'a> Clone for TransitionsManager<'a>
source§fn clone(&self) -> TransitionsManager<'a>
fn clone(&self) -> TransitionsManager<'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