style::properties::generated::longhands::animation_timeline::computed_value

Type Alias ComputedList

source
pub type ComputedList = OwnedList<T>;
Expand description

The computed value for this property.

Aliased Type§

struct ComputedList(pub SmallVec<[GenericAnimationTimeline<LengthPercentage>; 1]>);

Fields§

§0: SmallVec<[GenericAnimationTimeline<LengthPercentage>; 1]>