Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path getting modified at start / end of animation #8

Open
urmilparikh opened this issue Jan 11, 2015 · 3 comments
Open

Path getting modified at start / end of animation #8

urmilparikh opened this issue Jan 11, 2015 · 3 comments

Comments

@urmilparikh
Copy link
Contributor

Notice the home icon after animation start / before animation end:
http://plnkr.co/edit/AR1VQJ2KbmrCXXHWDwdC?p=preview

@urmilparikh
Copy link
Contributor Author

@uddipan, Is this effect of what you said in your comment?

@Emasoft
Copy link

Emasoft commented Mar 16, 2015

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?

@dalisoft
Copy link

dalisoft commented May 7, 2016

Hi @urmilparikh and @Emasoft
Try some suggestion, maybe helps:

  1. Convert your relative bezier values to Absolute.
  2. Use 'M, L, C, A' more as possible insteadof other h, v like values.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants