Author: | ZulNs |
---|---|
Views Total: | 10,756 views |
Official Page: | Go to website |
Last Update: | March 14, 2019 |
License: | MIT |
Preview:

Description:
A vanilla JavaScript plugin to show a basic, animated, SVG-based loading spinner on the screen when needed.
See also:
- 10 Best Loading Spinner & Indicator jQuery Plugins
- 10 Best Loading Spinner/Indicator JavaScript & CSS Libraries
How to use it:
Download and insert the LoadingSpinner.js library into the document.
<script src="loading-spinner.js"></script>
Initialize the loading spinner.
Spinner();
Show the loading spinner.
Spinner.show();
Hide the loading spinner.
Spinner.hide();