ImagePreloader.preload

Syntax

preload(element_url: HTMLElement || String);

Parameters

element_url. DOM node or the address line where images must be loaded.

Description

The preload method loads all images.

Example

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

See also:

ImagePreloader