Timeline.ValueChanged

Syntax

ValueChanged: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: TickIndex - index of the current timeline tick mark; ContinueAnimation - indicates whether animation continues: True - animation continues, False - animation is stopped.

Description

The ValueChanged event occurs after changing the current timeline tick mark during animation. or selecting a tick mark with mouse button.

Example

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

See also:

Timeline