ng-scroll-progress

1.0.0 • Public • Published

Angular Scroll Progress

Angular progress bar for amount of page scrolled

bower npm downloads preview


Install

bower

bower install --save ng-scroll-progress

npm install

npm install --save ng-scroll-progress

include ng-scroll-progress.js and ng-scroll-progress.css below angular.js

add thatisuday.ng-scroll-progress to 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.

/ng-scroll-progress/

    Package Sidebar

    Install

    npm i ng-scroll-progress

    Weekly Downloads

    4

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • thatisuday