This Timeline instance method pauses all animations. Animations added after this call are paused automatically.
// Obtain a Timeline instance and call pause()
timeline.pause(except = []);
except
-Array
: An optional list of Ani objects to excempt.
undefined