Plugins
Overlay Spinner
Basic spinner that fills whole page.
Requirements
// Included in Bootstrap
Example
Javascript
document.body.classList.add('spinner'); setTimeout(() => { document.body.classList.remove('spinner'); }, 3000);
More Examples
You may find a usage example in
Interface.Components.Spinners.html
file which is initialized by js/components/spinners.js.