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

pause.md

File metadata and controls

15 lines (11 loc) · 240 Bytes

pause()

This Ani instance method pauses the animation.

Syntax

// Obtain an Ani instance and call pause()
ani.pause();

Parameters

None

Return

  • Ani - The ani instance.