New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-scroll-progress

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-scroll-progress

Angular progress bar for amount of page scrolled

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Angular Scroll Progress

Angular progress bar for amount of page scrolled

bower npm downloads ![preview](https://img.shields.io/badge/preview-click here-green.svg?style=flat-square)


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.

FAQs

Package last updated on 11 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc