djyde / ToProgress

A lightweight top progress bar
http://djyde.github.io/ToProgress
522 stars 52 forks source link

added zIndex option #9

Open englishextra opened 6 years ago

englishextra commented 6 years ago

So that now you can initialize:

var progressBar = new ToProgress({
            id: "top-progress-bar",
            color: "#FF2C40",
            height: "0.200rem",
            duration: 0.2,
            zIndex: 999
        });