init commit, add loaders and spinners

This commit is contained in:
chencheng 2014-07-01 23:57:58 +08:00
commit 85eca38bcf

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Awesome JavaScript
A curated list of amazingly awesome JavaScript libraries, resources and shiny things.
* [Awesome JavaScript](#awesome-javascript)
* [Loaders and Spinners](#loaders-and-spinners)
## Loaders and Spinners
*Libraries for indicate load status.*
* [NProgress](http://ricostacruz.com/nprogress/) - Slim progress bars for Ajax'y applications.
* [Spin.js](https://github.com/fgnass/spin.js) - A spinning activity indicator.
* [progress.js](https://github.com/usablica/progress.js) - Create and manage progress bar for every objects on the page.
* [pace](https://github.com/HubSpot/pace) - Automatically add a progress bar to your site.
* [topbar](https://github.com/buunguyen/topbar) - Tiny & beautiful site-wide progress indicator.
* [PageLoadingEffects](https://github.com/codrops/PageLoadingEffects) - Modern ways of revealing new content using SVG animations.
Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and Generators tools like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).