Capítulo 62 de 411

Chapter 62: Timeline.nextLabel()

Core Idea

nextLabel() returns the name of the next label after a given time (defaults to the current playhead position).

Reference Tables

ParameterTypeDescription
timeNumbertime to search from (default: current playhead)

Returns: String.

Code Examples

tl.nextLabel(); // next label after the current playhead

Connects To

  • Timeline.previousLabel(): the mirror-image lookup.