mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# 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 like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).
|
|
|
|
|