pub type TimelineName = TreeScoped<TimelineIdent>;Expand description
The typedef of scroll-timeline-name or view-timeline-name.
https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-name https://drafts.csswg.org/scroll-animations-1/#view-timeline-name
Aliased Type§
#[repr(C)]pub struct TimelineName {
pub value: TimelineIdent,
pub scope: CascadeLevel,
}Fields§
§value: TimelineIdentThe scoped value.
scope: CascadeLevelThe cascade level in the shadow tree hierarchy.