safesite/groups/static/groups/bower_components/PACE
caoqianming dc97d76279 更新gitignore 2021-04-14 20:46:46 +08:00
..
themes 更新gitignore 2021-04-14 20:46:46 +08:00
.bower.json 更新gitignore 2021-04-14 20:46:46 +08:00
LICENSE 更新gitignore 2021-04-14 20:46:46 +08:00
README.md 更新gitignore 2021-04-14 20:46:46 +08:00
bower.json 更新gitignore 2021-04-14 20:46:46 +08:00
install.json 更新gitignore 2021-04-14 20:46:46 +08:00
pace.coffee 更新gitignore 2021-04-14 20:46:46 +08:00
pace.js 更新gitignore 2021-04-14 20:46:46 +08:00
pace.min.js 更新gitignore 2021-04-14 20:46:46 +08:00

README.md

pace

An automatic web page progress bar.

Include pace.js and a theme of your choice to your page and you are done!

Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress.

If you use AMD or Browserify, require pace.js and call pace.start() as early in the loading process as is possible.

Demo

Documentation

Example

<head>
  <script src="/pace/pace.js"></script>
  <link href="/pace/themes/pace-theme-barber-shop.css" rel="stylesheet" />
</head>