AnimationPoint.Ended

Syntax

Ended: function(sender, args)

Parameters

sender. Event source.

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

Description

The Ended event occurs when the animation ends.

Example

The example of event use is given in the page with description of the AnimationPoint constructor.

See also:

AnimationPoint