Author: | Matheus2212 |
---|---|
Views Total: | 2,304 views |
Official Page: | Go to website |
Last Update: | September 13, 2021 |
License: | MIT |
Preview:

Description:
An animated loading spinner built with SVG and CSS animations.
How to use it:
1. Add the JavaScript loader.js and Stylesheet loader.css to the page.
<script src="loader.js"></script> <link rel="stylesheet" href="loader.css" />
2. Show the loading spinner.
Loader.open()
3. Close the loading spinner.
Loader.close()
Changelog:
09/13/2021
- style: Changed stroke color