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

reverse.md

File metadata and controls

15 lines (11 loc) · 536 Bytes

reverse()

This Timeline instance method toggles the playback direction for all animations. Animations added after this call are either reversed automatically or left as-is, depending on whether the last call to reverse() implied new reverse or reverse to original direction.

Syntax

// Obtain an Ani instance and call reverse()
timeline.reverse(excepr = []);

Parameters

  • except - Array: An optional list of Ani objects to excempt.

Return

  • undefined