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) · 412 Bytes

finish.md

File metadata and controls

15 lines (11 loc) · 412 Bytes

finish()

This Timeline instance method forces all animations to their finished state. Animations added after this call are forced to finish automatically.

Syntax

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

Parameters

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

Return

  • undefined