Timeline.CurrentStep

Syntax

CurrentStep: Number

Description

The CurrentStep property sets and gets index of the current animation step.

Comments

Use the setCurrentStep method to set the property value, and the getCurrentStep method to get the property value. Property value cannot be set from JSON.

Animation steps numbering starts with 0.

By default this property equals to 0.

Example

The example of property use is given on the page Example of Creating the Timeline Component.

See also:

Timeline