https://github.com/eterey/bootstrap-glyphicon-spinner
Glyphicon Spinner
https://github.com/eterey/bootstrap-glyphicon-spinner
Last synced: about 1 year ago
JSON representation
Glyphicon Spinner
- Host: GitHub
- URL: https://github.com/eterey/bootstrap-glyphicon-spinner
- Owner: eterey
- License: mit
- Created: 2014-09-07T11:43:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T15:37:46.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T02:18:43.600Z (over 1 year ago)
- Language: CSS
- Homepage: http://bootsnipp.com/snippets/djeAk
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bootstrap-glyphicon-spinner
===========================
To create glyphicon spinner you have to include `glyphicon-spinner.css` stylesheet and add one of the following classes to selector with glyphicon:
- ".fast-right-spinner" - rotates by clockwise with high speed;
- ".normal-right-spinner" - rotates by clockwise with normal speed;
- ".slow-right-spinner" - rotates by clockwise with slow speed;
- ".fast-left-spinner" - rotates by anticlockwise with high speed;
- ".normal-left-spinner" - rotates by anticlockwise with normal speed;
- ".slow-left-spinner" - rotates by anticlockwise with slow speed.
Online example of usage: [bootsnipp.com/snippets/djeAk](http://bootsnipp.com/snippets/djeAk)