Timeline.StepsVisibility

Syntax

StepsVisibility: Array

Description

The StepsVisibility property sets and gets array of indications of animation steps visibility.

Comments

Use JSON or the setStepsVisibility method to set the property value, and the getStepsVisibility method to get the property value.

This property contains an array of Boolean values. Item indices in this array correspond to animation steps in the array stored in the Timeline.StepsNames property. If the item value is True, the corresponding step is shown, if it is False the step is not shown.

Example

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

See also:

Timeline