Skip to main content

StyleAnimationValue

Type Alias StyleAnimationValue 

Source
pub type StyleAnimationValue = CssPropertyValue<StyleAnimation>;

Aliased Type§

#[repr(C, u8)]
pub enum StyleAnimationValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(StyleAnimation), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleAnimation)