Capítulo 65 de 411

Chapter 65: Timeline.paused()

Core Idea

paused() gets or sets whether the timeline is currently paused.

Reference Tables

ParameterTypeDefaultDescription
valueBooleanfalseomit to get, pass to set

Code Examples

tl.paused(); // true/false
tl.paused(true); // pause it

Connects To

  • Timeline.pause() / play(): action methods that change this state.