iVis-at-Bilkent/cytoscape.js-hyse

Add animation

ugurdogrusoz opened this issue · 2 comments

Animation during layout is crucial in debugging layout algorithms. Let's add this support (see hise for an example).

Animation added. Ticks per frame and tick delay are the options for setting the speed.

Does the animation start from the time where the hierarchy is already laid out with dagre and the wholistic force-directed layout part starts? If so, during the force-directed layout makes the hierarchy very unstable nodes moving too much. We should drastically reduce the forces there I think.