How to make linear css transition to SVG path?
问题 Am creating a guitar string like path SVG and I'm trying to integrate courses on the said path. So its kinda like a road path thing where there are few stages or modules in it. What I wanted to achieve is to add a linear animation on the path whenever the current step is active . By linear animation I mean its kinda like a draw on svg but the only difference is that it fills the path itself. I can't find any resources how to do it and mostly the results are more on the Draw animation.