vdeapps/page-loading.js

There is no license information available for the latest version (v1.0.4) of this package.

Automatically add a progress bar to your site

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1 906

Language:CSS

v1.0.4 2018-07-18 10:02 UTC

This package is not auto-updated.

Last update: 2024-05-02 12:11:21 UTC


README

Disclaimer, We no longer use this library internally and are focusing our efforts on open sourcing and maintaining projects that we do use and can meaningfully contribute to. Sorry for any frustrations with this project (we're happy to link to any fork that has an excited, commited maintainer).

page-loading

An automatic web page progress bar.

We also have a Wordpress Plugin.

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.

Example

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