Cylinder.AnimationDuration

Syntax

AnimationDuration: Number;

Description

The AnimationDuration property determines animation duration.

Comments

Use JSON or the setAnimationDuration method to set the property value and the getAnimationDuration method to get the property value.

Animation time is measured in milliseconds. By default the property is equal to 0.

Example

The example of use is given on the Example of Creating the Cylinder Component page.

See also:

Cylinder