ImagePreloader.Timeout

Syntax

Timeout: Number

Description

The Timeout property determines time delay of image loading (in milliseconds).

Comments

Use JSON or the setTimeout method to set the property value, and the getTimeout method to get the property value.

Example

The example of property use is given in the ImagePreloader constructor description.

See also:

ImagePreloader