Loaderinterface
Window loader settings.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| enabled⚓︎ | boolean | true | x | Enable or disable the loader. |
| loaderBackground⚓︎ | string | "#1C2D3B" | x | Changes the background of the loader page. |
| loaderHideOnLoad⚓︎ | boolean | true | x | Hide the loader once the page is loaded. |
| loaderSize⚓︎ | number | x | x | Sets a specific size in pixels for the loader animation. |
| loaderSizeFactor⚓︎ | number | 0.3 | x | Sets a size factor for the loader animation relative to the window size. |
| loaderSpeed⚓︎ | number | 1 | x | Changes the loader animation speed. |
| loaderText⚓︎ | string | "Loading" | x | Text that will show below the loader animation. |
| loaderTextColor⚓︎ | string | "#F1F1F1" | x | Color for the loader text. |
| loaderTextSize⚓︎ | number | 12 | x | Size of the loader text. |
| loaderType⚓︎ | string | "DoubleBounce" | x | Type of the loading animation. |
| timeout⚓︎ | number | x | x | Interval in milliseconds after which the loader will be hidden. |