Capítulo 72 de 411

Chapter 72: Timeline.removePause()

Core Idea

removePause() removes a pause previously inserted via addPause().

Reference Tables

ParameterTypeDescription
positionNumber | Labelwhere the pause to remove is located

Code Examples

tl.removePause("myLabel");

Connects To

  • Timeline.addPause(): what creates the pause this removes.