T
T
topuserman2020-06-04 13:06:44
JavaScript
topuserman, 2020-06-04 13:06:44

Where can I find a slider with a progress bar?

We need a slider with a separate progressbar for each slide (that is, so that there is not a single progressbar), but several one after another, for the first - the first progressbar, then it switches to the second, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Naumenko, 2020-06-04
@VNaumenko

You definitely won’t find a ready-made one, but you can take some Slick where there are various events, learn how to work with events. The logic is this: you listen to the slide change event, as soon as it has changed, you start the timer for a time equal to the slide scroll time, in the timer the function of painting over the progress bar. You also need to find a hover event on the slide to stop the progress bar at the moment of the hover. I did it somehow. I did this here.
spbgipro.softmate.ru of
course there are bugs, not ideal, but it seems to work

Y
Yaroslav Alexandrov, 2020-06-04
@alexyarik

30 seconds of searching for "slider progress bar"
Slick slider progress bar?
www.landmarkmlp.com/js-plugin/owl.carousel/demos/p...
you can pull the slider from the page code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question