<path
id="icon-check"
d="M34.357,91.176L0,56.604L16.687,
39.81l18.157,18.264l48.954-49.25L100,
25.125L34.357,91.176z"
/>
- probably a smart scientist person
<svg>
<polygon points=" ... shape 1 points ... ">
<animate
attributeName="points"
dur="500ms"
to=" ... shape 2 points ... "
/>
</polygon>
</svg>
var morph = new TimelineMax({paused:true});
morph.to(
"#gear",
1, {
morphSVG: "#x",
ease:Power1.easeInOut
}
);
@chriscoyier
@codepen