Capítulo 77 de 411

Chapter 77: Timeline.reverse()

Core Idea

reverse() plays the timeline backwards — every aspect (including easing) is oriented in reverse.

Reference Tables

ParameterTypeDefaultDescription
from*nulltime/label to start reversing from; 0 starts at the very end, negative numbers are relative to the end
suppressEventsBooleanfalseif true, don't fire callbacks during the jump

Code Examples

tl.reverse(); // play backwards from current position

Connects To

  • Timeline.reversed: the boolean state this method toggles.