AnimationPoints.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 method use is given in the page AnimationPoints constructor.

See also:

AnimationPoints