Skip to content

Create a scrolling bar that scrolls the page using css and javascript.

Notifications You must be signed in to change notification settings

atakansn/scroll-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Javascript and Css Scroll Progress Bar

Deployment

Download or clone the project

  https://github.com/atakansn/progress-scroll-bar.git

Run on your computer

Projeyi klonlayın

  git clone https://link-to-project

Usage/Examples

<body>
<div id="progress"></div>

<div style="height=1000px;">

<script src="ScrollProgress.js"></script>
<script>
    //cyan shade color is defined by default.
    //if you wish, you can enter the hex code of the color you want and specify the color
    new ScrollProgress('da6941')
</script>
</body>

About

Create a scrolling bar that scrolls the page using css and javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published