Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 371 Bytes

File metadata and controls

17 lines (9 loc) · 371 Bytes

Sidescroll

Js experiment (no framework used) to generate a dynamic bar through its height indicates the scrolling percentage of the page.

How to use

Include sidescroll.js before the </body>

<script src="js/sidescroll.min.js"></script>

Include sidescroll.css in the <head> section:

<link rel="stylesheet" href="css/sidescroll.css">