# pace **Repository Path**: sesametech-group/pace ## Basic Information - **Project Name**: pace - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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). pace ==== An automatic web page progress bar. Include [pace.js](https://raw.github.com/HubSpot/pace/v1.0.2/pace.min.js) and a [theme](http://github.hubspot.com/pace/docs/welcome/) of your choice to your page and you are done! We also have a [Wordpress Plugin](https://wordpress.org/plugins/pace). 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](http://github.hubspot.com/pace/docs/welcome/) ### [Documentation](http://github.hubspot.com/pace/) ### Example ```html ```