alexk111 / SVG-Morpheus

JavaScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. (THIS PROJECT IS NOT MAINTAINED ANYMORE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Morpheus seems do not support animateTransform ?

longfly2 opened this issue · comments

SVG Morpheus is actually a awsome work !

However, It seems that SVGMorpheus do not support animateTransform?
the problem is as follows:
If I have the animated icons (refer:https://codepen.io/aurer/pen/jEGbA)
when I use SVGMorpheus to change between icons, The icon do not animate after changed.

How should I fix this problem?

Thanks!