Capítulo 78 de 411

Chapter 78: Timeline.reversed()

Core Idea

reversed() gets or sets whether the timeline is currently set to play backwards.

Reference Tables

ParameterTypeDefaultDescription
valueBooleanfalseomit to get, pass to set

Code Examples

tl.reversed(true); // now playing backwards

Connects To

  • Timeline.reverse(): the method that typically sets this state.