SVG-Morpheus
SVG-Morpheus copied to clipboard
Path getting modified at start / end of animation
Notice the home icon after animation start / before animation end: http://plnkr.co/edit/AR1VQJ2KbmrCXXHWDwdC?p=preview
@uddipan, Is this effect of what you said in your comment?
It is better to disable rotation for testing. The morphing is still intersecting the vertices with the segments. This should never happen. Can you fix this with your algorithm?
Hi @urmilparikh and @Emasoft Try some suggestion, maybe helps:
- Convert your relative bezier values to Absolute.
- Use 'M, L, C, A' more as possible insteadof other h, v like values.
- You can checkout my javascript for paths Unim.js Animation Engine.
Remember, SVG-Morpheus doesn't edit current path, it maked another tag. Maybe i wrong, correct if i'm wrong. Thanks