We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e53cd commit 2bdd859Copy full SHA for 2bdd859
README.md
@@ -5,6 +5,10 @@ Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.2/pace.min.js) and th
5
[theme](http://github.hubspot.com/pace/docs/themes/) css of your choice on your page
6
(as early as is possible), and you're done!
7
8
+Pace will automatically monitor your ajax requests, event loop lag, document
9
+ready state, and elements on your page to decide the progress. On ajax navigation
10
+it will begin again!
11
+
12
If you use AMD or Browserify, require in pace.js and call `pace.start()` as early in
13
the loading process as is possible.
14
0 commit comments