Animation.step

Syntax

step(time: Number);

Parameters

time. Animation duration in milliseconds, after which you need to find the value of the animation step.

Description

The step method gets animation step value after specified timeout.

Example

The property use is given in the page with description of the Animation.animateProp method.

See also:

Animation