MorphSVGPlugin morphs SVG paths by animating the data inside the "d" attribute. The video explains more (but uses the GSAP 2 formatting):
It has never been easier to morph between SVG shapes. First, let's cover what this new plugin can do:
Morph <path> data even if the number (and type) of points is completely different between the start and end shapes! Most other SVG shape morphing tools require that the number of points matches.
Morph a <polyline> or <polygon> to a different set of points
There's a utility function, MorphSVGPlugin.convertToPath(