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

oncancel.md

File metadata and controls

15 lines (11 loc) · 386 Bytes

oncancel()

This Timeline instance method accepts a callback to call when any of the animations is canclled.

Syntax

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

Parameters

  • callback - Function: The function to call on finish. This function receives no parameters:

Return

  • undefined