colinmeinke / wilderness

An SVG animation API
https://wilderness.now.sh
MIT License
154 stars 8 forks source link

Shape moveIndex is limited #45

Closed dalisoft closed 7 years ago

dalisoft commented 7 years ago

Demo like we test how it works: http://codepen.io/GreenSock/pen/LpxOqR

But, i tested 50 moveIndex, it's repeats after 6 index (for negative too, but for -5). I can't get correct index

colinmeinke commented 7 years ago

Thanks for your report @dalisoft! I'll get back to you next week when I can get some time to look at this 😄

dalisoft commented 7 years ago

Thanks

dalisoft commented 7 years ago

This tool is free and for any shapes, it morphes better than SnapSVG morphing with more options. But other way i'm achieving with this is:

  1. GSAP morphSVG - Not free and no open-source (best anyway for premium users)
  2. getPointAtLength method - Even better than GSAP morphSVG, but it's MEMORY hog.

And i'm sure, this is best tool to do morphing, even styling morph is AMAZING. THank you

colinmeinke commented 7 years ago

Thanks @dalisoft 😁

moveIndex works as expected then?

dalisoft commented 7 years ago

Yes @colinmeinke. Its works fine, i sure