How do i animate (move) a single polygon point within a SVG? If possible, using velocity.js.
Thanks for your help!
<p>From...</p>
<svg height="250" width="500">
<polygon points="0,0 200,0 200,200 00,200" style="fill:green" />
</svg>
<p>to...</p>
<svg height="250" width="500">
<polygon points="0,0 300,0 200,200 00,200" style="fill:blue" />
</svg>