The people, who can tell how to implement this? I am trying to make a beautiful progress bar with a glow effect, which I want to make as a separate image follow the progress bar filling.

Example

enter image description here

  • tried to do anything already? - Grundy
  • I tried different styles, but everything was not right, or I couldn’t figure it out; I didn’t find what I needed on the Internet - Max Fadeev
  • add code examples of exactly what you tried - Grundy
  • and at least a picture - how do you imagine the result - Grundy

1 answer 1

You can try to add the dependence of the left padding of the image on the current value of the progress bar. Those. each time the value of the bar changes, the indent of the image changes in accordance with this value.