AnimationPoint.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 example of use is given in the page with description of the AnimationPoint constructor.

See also:

AnimationPoint