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

finish.md

File metadata and controls

15 lines (11 loc) · 265 Bytes

finish()

This Ani instance method forces the animation to the finished state.

Syntax

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

Parameters

None

Return

  • Ani - The ani instance.