[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Layout animation
Page 1 of 1

Layout animation

Posted: 16 Jul 2013 11:13
by dobrevad
Hi,

Using the toolkit I want to make the layouting of a graph animated as in the gephi app - change the node's position on every iteration of goAlgo()... Currently I am calling:

previewController.refreshPreview();
target.refresh();
target.resetZoom();

...but this way everything is re-rendered and the preview isn't smooth as in the gephi app.

How should I do it? Do I need to use Dynamics for that or there is some other method?

Thanks for the help!