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

pause.md

File metadata and controls

15 lines (11 loc) · 375 Bytes

pause()

This Timeline instance method pauses all animations. Animations added after this call are paused automatically.

Syntax

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

Parameters

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

Return

  • undefined