helloyou2012 / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Animated transitions between graph revisions #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Canviz isn't just for showing static graphs. It's supposed to be used to build 
graph editors, where a 
graph evolves as someone edits it. Nodes and edges get created and deleted, and 
at each stage, 
Graphviz rerenders it, possibly drastically repositioning existing elements. If 
the new graph revision 
is simply drawn to the screen, replacing the old graph revision, it's easy to 
lose track of elements 
when such repositioning occurs. There should be a way for Canviz to animate 
between revisions, 
smoothly moving common nodes and edges, fading in new elements and fading out 
deleted ones.

Original issue reported on code.google.com by ryandesi...@gmail.com on 21 Oct 2008 at 5:50

GoogleCodeExporter commented 8 years ago
Maybe we can find some ideas in www.flyinglogic.com

Regards,

Juan Carlos Madrid Abad

Original comment by juancarl...@gmail.com on 21 Jun 2011 at 12:39

GoogleCodeExporter commented 8 years ago
Or use a standard js library to move nodes around? (jquery style)

Original comment by clemseif...@gmail.com on 18 Sep 2011 at 8:09