IVZTimeLine.ReturnToInitialState

Syntax

ReturnToInitialState: Boolean;

Description

The ReturnToInitialState property determines whether the timeline should return to its initial state.

Comments

If the property is set to True, the timeline is iterated over, the animation step with the 0 index becomes again the current step. If the property is set to False, the animation is finished, the current step is the last line step.

Example

Example of use is given on the description page of the IVZTimeLine.CurrentIndex property.

See also:

IVZTimeLine