About Polymorph

Polymorph is a lightweight SVG morphing library that is built to work with your animation library. Using a simple 0 to 1 function, it morphs smoothly between two shapes. Follow the setup to get started.

How does it work?

The core idea in Polymorph is that all path commands can be translated to poly-bezier approximations. For example, if the path includes the A (arc command), that can be translated to 1 to 3 cubic beziers. The two paths are normalized (additional points and subpaths are added as needed) and then the paths are aligned.

Doing this by hand is cumbersome, so polymorph uses a fast algorithm to do it for you!

Guides

Get morphing with these animation library guides:

Last Updated:
Contributors: B1t