Pixel-perfect cross-browser loading icons through Canvas.
Stars
139
Forks
25
Watchers
139
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
3.0: switched to jQuery, added GUI to create/share configurations.
98a32dcView on GitHub2.0: Pure JavaScript (no more frameworks!). New API.
a2139ecView on GitHubMade sure to die silently on Browsers without Canvas/VML support.
d171268View on GitHubMade script insertion fallback use document.head where available. Changed throw to alert for easier debugging in IE.
b0ad56bView on GitHubTurn throw into an alert for a more useful error message when excanvas is missing on IE.
81ba8ffView on GitHubFixed a bug where spinners on hidden elements got removed from the DOM once a new spinner was created.
c9467ffView on GitHubSpinners 1.2: Added back the build option, after more testing there are still cases where it is useful in IE.
c86de9fView on GitHubRemoved the build option, we no longer need it with the zoom:1 fix.
c3db192View on GitHubChanged dash.width to dashWidth and dash.color to color so options are only 1 level deep.
9af4d6aView on GitHub