I am trying to implement a custom progress bar on the site. In such a form that he should have:
When the user selects a Circle, I want the line (and only the line, not the circles) to fill in color until it reaches this circle, and finally the red dot should appear in the center of the third circle if the user clicked on the third circle:
I have no idea how best, easier to approach this.
I have already tried to do it on pure CSS , jQuery and javascript , but no one can recreate this effect. Should I use two images and gradually overlay them until I reach the selected point?
Should I not completely use images and try to recreate a form with CSS or SVG and change the color of a specific section?
I know that usually there should be code in questions, but I cannot show it, because I have no idea which approach to apply and the hours of research online with an infinite number of solutions did not help me, since they don’t fit my task.
Translation question: Custom shape progress bar @David Matos
