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