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