pub type ViewTransitionName = TreeScoped<ViewTransitionNameKeyword>;Expand description
https://drafts.csswg.org/css-view-transitions-1/#view-transition-name-prop
Aliased Type§
#[repr(C)]pub struct ViewTransitionName {
pub value: ViewTransitionNameKeyword,
pub scope: CascadeLevel,
}Fields§
§value: ViewTransitionNameKeywordThe scoped value.
scope: CascadeLevelThe cascade level in the shadow tree hierarchy.