bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Message MotionPaths Animation #2

Open bbengfort opened 8 years ago

bbengfort commented 8 years ago

Right now the message animation does not follow the motion path of the network, it just makes a straight beeline to the node.

However, velocity.js does not give you the option to do motion paths; and it's not clear how to do it. There is apparently an option with snap.svg and maybe in the new Web Animation API for Chrome and Firefox. Perhaps this can be detected and added.