Animation.animate

Syntax

animate(callback: PP.Delegate | function);

Parameters

callback. Function to be called at each animation step.

Description

The animate method starts playing animation with the current parameters.

Example

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

See also:

Animation