Type Alias style::properties::generated::longhands::transition_delay::computed_value::ComputedList
source · pub type ComputedList = OwnedList<T>;
Expand description
The computed value for this property.
Aliased Type§
struct ComputedList(pub SmallVec<[Time; 1]>);
Fields§
§0: SmallVec<[Time; 1]>