Capítulo 64 de 411

Chapter 64: Timeline.pause()

Core Idea

pause() pauses playback, optionally jumping to a specific time or label first.

Reference Tables

ParameterTypeDefaultDescription
atTime*nulltime/label to jump to before pausing
suppressEventsBooleanfalseif true, don't fire callbacks during the jump

Code Examples

tl.pause("myLabel");

Connects To

  • Timeline.play() / resume(): how to continue after pausing.