pub type ComputedList = OwnedList<T>;
The computed value for this property.
struct ComputedList(pub SmallVec<[TransitionProperty; 1]>);
0: SmallVec<[TransitionProperty; 1]>