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

reverse.md

File metadata and controls

15 lines (11 loc) · 258 Bytes

reverse()

This Ani instance method reverses the animation direction.

Syntax

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

Parameters

None

Return

  • Ani - The ani instance.