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

cancel.md

File metadata and controls

15 lines (11 loc) · 244 Bytes

cancel()

This Ani instance method cancels the animation.

Syntax

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

Parameters

None

Return

  • Ani - The ani instance.