A simple ember addon component for displaying an amount a page is scrolled via a progress bar. Scroll the page to view this page's progress on top.
height
to customize the the height of the progress bar.color
to provide a customizable color/color code for the progress bar.reduceOffsetTopBy
to set the top offset based on the scroll container's top position inside the page.
git clone <repository-url>
this repositorycd ember-scroll-progress
npm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.