Is there a way to create smoother animations for the input[type="range"]
element, especially when dealing with short audio files?
You can check out my Codepen where I've been experimenting with solutions using a short audio file: Codepen Link
I am specifically focusing on improving the animation for input[type="range"]
and prefer not to use custom elements for building animated progress bars. I understand it's possible but need to work with the range element in this case.
Any creative suggestions to make the progress less 'stuttery'?