buildfire.spinner
This is an object within the buildfire
singleton that is responsible for showing and hiding the environments spinner. Use this whenever you need to display to the user that there is a noticeable processing going on in the background. While you may develop your own spinners, this is an easy and unified way to display a familiar spinner to the user.
note
The spinner may look different in different environments
Methods
show()
buildfire.spinner.show()
Shows the spinner.
buildfire.spinner.show();
hide()
buildfire.spinner.hide()
Hides the spinner.
buildfire.spinner.hide();