pub type StyleAnimationVecValue = CssPropertyValue<StyleAnimationVec>;Aliased Type§
#[repr(C, u8)]pub enum StyleAnimationVecValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleAnimationVec),
}pub type StyleAnimationVecValue = CssPropertyValue<StyleAnimationVec>;#[repr(C, u8)]pub enum StyleAnimationVecValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleAnimationVec),
}