bkruse:pace

v0.5.1Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-pacejs

An automatic web page progress bar.

Meteor packaging of the PaceJS Library (auto-updating). Each package version available through Meteor/Atmosphere will be synced to the upstream package version of Pace.

I've included sample CSS to add a simple loading bar.

=============

Add 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.

Demo

Documentation

Example

1<head>
2  <link href="/pace/themes/pace-theme-barber-shop.css" rel="stylesheet" />
3</head>