Writes to DOM all style changes caused by the calls to the activate and deactivate functions accumulated since the last activation of the given scheduling type.
Returns the current default scheduler type.
Registers the given scheduler object and returns the scheduler type identifier, which should be used when calling activate and deactivate functions.
Sets the default scheduling type that is used by activate and deactivate functions that are called without explicitly providing value to the scheduling parameter. Returns the type of the previous default activator or 0 if an error occurs (e.g. the given scheduler type ID is not registered).
Unregisters a scheduler object with the given scheduler type identifier.
Removes all scheduled activations caused by the calls to the activate and deactivate functions accumulated since the last activation of the given scheduling type.