https://github.com/danielcardoso/load-awesome
An awesome collection of — Pure CSS — Loaders and Spinners
https://github.com/danielcardoso/load-awesome
Last synced: 8 months ago
JSON representation
An awesome collection of — Pure CSS — Loaders and Spinners
- Host: GitHub
- URL: https://github.com/danielcardoso/load-awesome
- Owner: danielcardoso
- License: mit
- Created: 2015-05-06T22:54:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T02:01:50.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T10:17:42.849Z (8 months ago)
- Language: CSS
- Homepage: http://github.danielcardoso.net/load-awesome/
- Size: 541 KB
- Stars: 1,024
- Watchers: 22
- Forks: 151
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-css-only - Load-awesome - An awesome collection of — Pure CSS — Loaders and Spinners. (Uncategorized / Uncategorized)
README
# [Load Awesome](http://github.danielcardoso.net/load-awesome/)
### An awesome collection of — Pure CSS — Loaders and Spinners
A full suite of **53 animations** for websites,
created and maintained by [Daniel Cardoso](http://www.danielcardoso.net).



[](https://david-dm.org/danielcardoso/load-awesome#info=devDependencies)
## Table of contents
- [Browser Support](#browser-support)
- [Quick start](#quick-start)
- [Usage](#usage)
- [Customising](#customising)
- [Versioning](#versioning)
- [Creator](#creator)
- [License](#license)
## Browser Support
 |  |  |  | 
--- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | 10+ ✔ | Latest ✔ | Latest ✔ |
## Quick start
Several quick start options are available:
- [Download the latest release](https://github.com/danielcardoso/load-awesome/releases/latest)
- Clone the repo: `git clone https://github.com/danielcardoso/load-awesome.git`
- Install with [Bower](http://bower.io): `bower install load-awesome`
## Usage
#### Standard
- Include specific css file (e.g. `ball-atom.css`)
- Create an element and add the animation class (e.g. `
`)
- Insert the appropriate number of childrens ``s into the previous element
## Customising
#### Changing all colors
Add styles to the main:
``` css
.la-ball-atom {
color: #79bbb5;
}
```
#### Changing color of specific elements
Add styles to the correct child `div` elements:
``` css
.la-ball-atom > div:nth-child(1) {
color: #f4696b;
}
.la-ball-atom > div:nth-child(2) {
color: #87c4a3;
}
.la-ball-atom > div:nth-child(3) {
color: #fec54f;
}
```
## Versioning
Load Awesome will be maintained under the Semantic Versioning guidelines.
Releases will be numbered with the following format:
`..`
For more information on SemVer, please visit http://semver.org.
## Creator
#### [Daniel Cardoso](http://www.danielcardoso.net)
- [@Twitter](https://twitter.com/DanielCardoso)
- [@GitHub](https://github.com/DanielCardoso)
## License
#### The MIT License (MIT)
Copyright (c) 2015 DanielCardoso.net