vasturiano/force-graph

Node and link fadeIn effect

vishnusajev opened this issue · 1 comments

In think example https://vasturiano.github.io/force-graph/example/dynamic/ with dynamic data, when new nodes and links appear,
is there a way I can transition them in instead of suddenly appearing?

@vishnusajev you could tween the node sizes on addition/removal by manipulating the .nodeVal(...) method.