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