Struct freya::prelude::TransitionsManager
pub struct TransitionsManager<'a> { /* private fields */ }Expand description
Manage the lifecyle of an [AnimationTransitionManager].
Implementations§
§impl<'a> TransitionsManager<'a>
impl<'a> TransitionsManager<'a>
pub fn reverse(&self)
pub fn reverse(&self)
Animate from the end to the start.
pub fn start(&self)
pub fn start(&self)
Animate from the start to the end.
pub fn clear(&self)
pub fn clear(&self)
Clear all the currently running Transitions.
pub fn is_animating(&self) -> bool
pub fn is_animating(&self) -> bool
Check whether there are Transitions running or not.
pub 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.
pub fn get(&self, index: usize) -> Option<TransitionState>
pub fn get(&self, index: usize) -> Option<TransitionState>
Get an TransitionState
Trait Implementations§
§impl<'a> Clone for TransitionsManager<'a>
impl<'a> Clone for TransitionsManager<'a>
§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 moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for TransitionsManager<'a>
impl<'a> !Send for TransitionsManager<'a>
impl<'a> !Sync for TransitionsManager<'a>
impl<'a> Unpin for TransitionsManager<'a>
impl<'a> !UnwindSafe for TransitionsManager<'a>
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer