https://github.com/rendro/css3-spinner
Ajax spinner in CSS3, no JavaScript
https://github.com/rendro/css3-spinner
Last synced: 3 months ago
JSON representation
Ajax spinner in CSS3, no JavaScript
- Host: GitHub
- URL: https://github.com/rendro/css3-spinner
- Owner: rendro
- Created: 2012-11-12T13:37:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T09:00:18.000Z (over 13 years ago)
- Last Synced: 2024-12-31T19:43:56.644Z (over 1 year ago)
- Homepage: http://rendro.github.com/CSS3-Spinner/
- Size: 104 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CSS3 Spinner
Ajax spinner done in pure HTML & CSS3. No JavaScript included and no fallback is provided.
---
This site uses the following CSS3 techniques:
* Keyframe Animations
* Translations
* Transforms (rotation)
---
I added vendor specific prefixes for the css properties (-webkit-, -moz-, -ms-, -o-) and the default W3C properties. The site was tested in the following browsers:
* Chrome 23
* Safari 6
* Firefox 16
* Opera 12
* Internet Explorer 10
* Mobile Safari (iOS5, iOS6)
* Android Browser (Android 4)
---
Please do not open any issues due to browser support or feature requests. This is meant to be a demo and not a production repo.