Skip to content

atikenny/whereurat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whereurat

Add a bar to show where your scroll is on the top of the page

usage

##include the script

<script type="text/javascript" src="whereURAt.js"></script>

##run the script

whereURAt.add();

configuration

whereURAt.add(config);

##example config:

{
    barId: 'whereURAt-bar',
    barColor: '#298AD9',
    barHeight: '2px',
    animate: true,
    animationSpeed: 0.1,
    zIndex: '999999'
}

About

Show a progress bar for vertical scrollable content.

Resources

Stars

Watchers

Forks

Packages

No packages published