Timeline.ReturnToInitialState

Syntax

ReturnToInitialState: Boolean

Description

The ReturnToInitialState property indicates if timeline returns to initial state.

Comments

Use JSON or the setReturnToInitialState method to set the property value, and the getReturnToInitialState method to get the property value.

When the timeline is in the starting state, the current step of the animation has the index 0.

If this property is True, after the timeline iteration is finished, animation returns to the step 0. If the property is False the last animation step is the current step when animation is finished.

Example

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

See also:

 Timeline