Skip to content

zeke/scroll-fever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scroll Fever

A progress bar that fills up as you scroll down the page in your browser. Demo at zeke.github.io/scroll-fever.

Installation

npm install scroll-fever --save

Usage

In your application's javascript file:

// pre-browserify.js
var ScrollFever = require('scroll-fever')
new ScrollFever()

Add styles:

#scroll-fever {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: red;
}

Use browserify to bundle it up for the browser:

browserify pre-browserify.js -o post-browserify.js

Demo

Visit zeke.github.io/scroll-fever, or clone the repo and look in the demo directory.

About

A progress bar that fills up as you scroll down the page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published