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

Latest commit

 

History

History
15 lines (11 loc) · 333 Bytes

clear.md

File metadata and controls

15 lines (11 loc) · 333 Bytes

clear()

This Timeline instance method clears the timeline of all animations.

Syntax

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

Parameters

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

Return

  • undefined