Type Alias style::properties::generated::longhands::box_shadow::computed_value::AnimatedList
source · type AnimatedList = OwnedList<<T as ToAnimatedValue>::AnimatedValue>;
Aliased Type§
struct AnimatedList(pub OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, CSSPixelLength, CSSPixelLength>>);
Fields§
§0: OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, CSSPixelLength, CSSPixelLength>>