pub struct KeyframeTimelineRange<'a> {
pub span: Span,
pub name: InterpolableIdent<'a>,
pub percentage: Percentage<'a>,
}Expand description
A scroll-driven animations keyframe selector: <timeline-range-name> <percentage> (entry 0%, exit-crossing 100%).
Fields§
§span: Span§name: InterpolableIdent<'a>§percentage: Percentage<'a>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for KeyframeTimelineRange<'a>
impl<'a> !Send for KeyframeTimelineRange<'a>
impl<'a> !Sync for KeyframeTimelineRange<'a>
impl<'a> !UnwindSafe for KeyframeTimelineRange<'a>
impl<'a> Freeze for KeyframeTimelineRange<'a>
impl<'a> Unpin for KeyframeTimelineRange<'a>
impl<'a> UnsafeUnpin for KeyframeTimelineRange<'a>
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