ComputedList

Type Alias ComputedList 

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

The computed value for this property.

Aliased Type§

pub struct ComputedList(pub SmallVec<[GenericAnimationDuration<Time>; 1]>);

Tuple Fields§

§0: SmallVec<[GenericAnimationDuration<Time>; 1]>