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