1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-03-09 15:39:59 +00:00
yii2-nomer/web/metronic/global/plugins/pace
2020-02-05 06:34:26 +03:00
..
themes add files to project 2020-02-05 06:34:26 +03:00
LICENSE add files to project 2020-02-05 06:34:26 +03:00
pace.min.js add files to project 2020-02-05 06:34:26 +03:00
README.md add files to project 2020-02-05 06:34:26 +03:00

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>

Analytics