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

See also:

AnimationPoint