Skip to main content

StyleAnimationVecValue

Type Alias StyleAnimationVecValue 

Source
pub type StyleAnimationVecValue = CssPropertyValue<StyleAnimationVec>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleAnimationVec)