pub struct Sequence { /* private fields */ }Expand description
Builder for timeline entries that play one after another.
Implementations§
Source§impl Sequence
impl Sequence
Sourcepub fn then<A>(self, label: impl Into<String>, animation: A) -> Sequence
pub fn then<A>(self, label: impl Into<String>, animation: A) -> Sequence
Add an animation at the current sequence cursor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sequence
impl !RefUnwindSafe for Sequence
impl Send for Sequence
impl !Sync for Sequence
impl Unpin for Sequence
impl UnsafeUnpin for Sequence
impl !UnwindSafe for Sequence
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more