AnimationPoints.Ended

Syntax

Ended: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: IsEnd - indication that animation playing is finished.

Description

The Ended event is fired when the animation ends.

Example

The example of event use is given in the AnimationPoints constructor page.

See also:

AnimationPoints