AnimationSequence.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 property use is given in the page AnimationSequence Constructor.

See also:

AnimationSequence