Animation.run

Syntax

run(callback: PP.Delegate|function);

Parameters

callback. Function to be called at each animation step.

Description

The run method starts playing animation.

Example

The example of method use is given in the page with description of the Animation constructor.

See also:

Animation