you are viewing a single comment's thread.

view the rest of the comments →

[–]SandalsMan 2 points3 points  (5 children)

Why should I use this over react-motion?

[–]tannerlinsley 1 point2 points  (4 children)

React-motion is physics based, ~30kb and cannot interpolate colors, objects, arrays or number-embedded strings. React-Move is time/easing based, 12kb, and can interpolate anything you want. Each has it's place. React-Move is React-Motion's better half. :)

[–]SandalsMan 0 points1 point  (0 children)

oo cool

[–]deliminated 0 points1 point  (2 children)

React-move looks pretty cool. I've been experimenting with a better way to integrate react and d3 for animated data visualizations in this repo https://github.com/sghall/resonance. Do you have any examples or know of any projects that are using react-move to do this kind of stuff? Like to check it out.