An awesome collection of — Pure CSS — Loaders and Spinners
npm install load-awesomeA full suite of 53 animations for websites,
created and maintained by Daniel Cardoso.
!Bower version
!Issues
!License

git clone https://github.com/danielcardoso/load-awesome.gitbower install load-awesomeball-atom.css))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
- @Twitter
- @GitHub
License
#### The MIT License (MIT)
Copyright (c) 2015 DanielCardoso.net