I’m aware of this question: how do you animate an svgpath. And the provided answer has helped me but when the path is broken with a “move” the animation goes wrong. It starts parallel after each move. See here. Is there a way to prevent this behaviour and have the animation perform sequencely?
Share
You can give an id to one animate element and then do
<id>.end to start the next when the first finishes. Here’s an example