Description
The ModalSpinner shows a spinning animation indicating that a currently running process takes some time to finish and blocks user interaction.
API properties
- int interval
- Sets the time in milliseconds needed for one animation step.
- alias source
- String, sets the image used for the animations of the ModalSpinner.
Signals
-
Functions
- show
- starts the animation and fades the ModalSpinner in. Inherited from ModalFog.
- hide
- Fades the ModalSpinner out and stops the animation. Inherited from ModalFog.
Examples
-