Timeline.stop

Syntax

stop();

Description

The stop method pauses timeline animation.

Comments

After the animation is stopped, the scale step with the index 0 becomes the current step.

Example

The example of use is given on the page with description of the Timeline.play method.

See also:

Timeline