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

Files

Latest commit

author
Oxford
Aug 3, 2020
43e69fd · Aug 3, 2020

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