Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 381 Bytes

File metadata and controls

15 lines (11 loc) · 381 Bytes

cancel()

This Timeline instance method cancels all animations. Animations added after this call are canclled automatically.

Syntax

// Obtain a Timeline instance and call cancel()
timeline.cancel(except = []);

Parameters

  • except - Array: An optional list of Ani objects to excempt.

Return

  • undefined