Is there a way to create an animation that starts with an SVG line and gradually widens from the center to form a perfect circle?
I've been researching this, but haven't found a solution that meets my needs. It could be because of the keywords I'm using or some other reason.
Here is the code for my line:
<svg height="210" width="500">
<line x1="150" y1="150" x2="50" y2="150" style="stroke:rgb(255,0,0); stroke-width:2" />
</svg>
… and the animation I'm trying to achieve should look like this: