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