Methods
loadingAnimationHide()
Hides the loading animation / download spinner
- Source:
Hides the loading animation / download spinner. applicationStateSet() is using this function
loadingAnimationShow()
Shows the loading animation / download spinner
- Source:
Shows the loading animation / download spinner. applicationStateSet() is using this function
logScrollToEnd()
Scrolls the UI log to the end
- Source:
Scrolls the UI log to the end / latest entry
startIntro()
start an intro / user tutorial
- Source:
Starts a short intro / tutorial which explains the user-interface. Using introJs
windowMainBlurSet(enable-)
Can set a blur level for entire main ui
- Source:
Can set a blur level for entire main ui. Is used on the mainUI when the settingsUI is open
Parameters:
Name | Type | Description |
---|---|---|
enable- |
boolean | To enable or disable blur |