pub type AnimationList<'i> = SmallVec<[Animation<'i>; 1]>;
Expand description

A list of animations.