macro_rules! stack { ($($animation:expr),* $(,)?) => { ... }; }
Construct an AnimStack by pushing each animation at the same origin.
AnimStack