Preloader

SimplePreloader

Implements simple rotating preloader. Check out the Verge3D Player application to see it in action.

Constructor

SimplePreloader(parameters)

parameters - object with properties defining the preloader's behavior. All parameters except container are considered optional. The following are valid parameters:
container - A container element or container element ID used by the created preloader.
imageRotationSpeed - image rotation speed (degrees per second).

Methods

Simple preloader overrides Preloader methods implementing image animation and cleanup logic.