cryptoeconomics-study / visualizations

🕹Interactive Network Visualizations for Cryptoeconomics.study
MIT License
7 stars 4 forks source link

Use library for message animation #42

Closed K-Ho closed 5 years ago

K-Ho commented 5 years ago

Here's an example of using d3 transition to animate along an svg path. Definitely better performance than our current animation: http://bl.ocks.org/KoGor/8162640

I think the above is the best option, but if we end up needing to use react for animation, here are the top react animation libraries: react-transition-group, react-motion, and react-move

K-Ho commented 5 years ago

Using d3 transitions