AnimationSequence.run

Syntax

run(callback: PP.Delegate|function);

Parameters

callback. Callback function invoked after the animation group playing is finished.

Description

The run method starts playing animation.

Example

The property use is given in the AnimationSequence Constructor page.

See also:

AnimationSequence