MapContentMilestone.AnimationCompleted

Syntax

AnimationCompleted: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The AnimationCompleted event is fired after animation is completed.

Comments

The event is fired after the reverse animation cycle ends, if its support is enabled, otherwise it fires after the first cycle.

Example

The example of event use is given in the page with description of the MapContentMilestone.startAnimation method.

See also:

MapContentMilestone