1.0.0 • Published 9 years ago
ng-scroll-progress v1.0.0
Angular Scroll Progress
Angular progress bar for amount of page scrolled
(https://img.shields.io/badge/preview-click here-green.svg?style=flat-square)
Install
bower
bower install --save ng-scroll-progressnpm install
npm install --save ng-scroll-progressinclude
ng-scroll-progress.jsandng-scroll-progress.cssbelowangular.jsadd
thatisuday.ng-scroll-progressto your app's dependencies
Configure
You can change background color of progress bar in config block as below
angular
.module('demo', ['thatisuday.ng-scroll-progress'])
.config(function($scrollProgressOpsProvider){
$scrollProgressOpsProvider.setOps({
background: '#2196f3',
});
})Set scroll watch element
<div ng-scroll-element></div>ng-scroll-element attribute helps progress bar to change as it moves up and down in viewport. See preview for demo.
1.0.0
9 years ago