commit 85eca38bcf303c3e20f84e517d0ca0e2b330923d Author: chencheng Date: Tue Jul 1 23:57:58 2014 +0800 init commit, add loaders and spinners diff --git a/README.md b/README.md new file mode 100644 index 0000000..b67f43e --- /dev/null +++ b/README.md @@ -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/). + +