forked from CodeByZach/pace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
pace | ||
==== | ||
|
||
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.3/pace.min.js) and the | ||
[theme](http://github.hubspot.com/pace/docs/themes/) css of your choice on your page | ||
(as early as is possible), and you're done! | ||
|
||
Pace will automatically monitor your ajax requests, event loop lag, document | ||
ready state, and elements on your page to decide the progress. On ajax navigation | ||
it will begin again! | ||
|
||
If you use AMD or Browserify, require in pace.js and call `pace.start()` as early in | ||
the loading process as is possible. | ||
Automatic web page progress bar. | ||
|
||
### [Demo](http://github.hubspot.com/pace/docs/welcome/) | ||
### [Documentation](http://github.hubspot.com/pace/) |