Skip to content

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

License

Notifications You must be signed in to change notification settings

ivannikovaleksej10/proBaws.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • Lightweight javascript — 328b minified and 411b not minified version

  • Lightweight css — 82b minified and 118b not minified version

  • Easy to use

  • Easily connects to any project

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.

  • Load CSS in document head before or after your main styles

  • Load JS in document before of your scripts

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;
    }

Website proBaws.js

© ivannikovaleksej10 2022