proBaws.js

proBaws.js — dynamic progress bar when scrolling the page

Download

proBaws.js it’s

Probaws — JavaScript plugin which allows you to add a dynamic progress bar to the page, which changes when the page is scrolled.

Browser Support

Probaws.js supports all modedrn browsers 99,3% of global usage.

List of supported browsers: IE8+, Microsoft Edge, Mozilla Firefox, Google Chrome, Safari, Opera, Yandex Browser, Mobile browsers

Install

Copy-paste probaws.min.js and probaws.min.css to your project.

enter right after the opening body tag:

<div class="progress"></div>

on those pages where you want to see the progress bar

Color change

Write in your main stylesheet:

.progress {
        background-color: color in rgb or hex format;
    }