Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

animateNodes

animateNodes(graph, targets, opts, callback?): () => void

Defined in: packages/sigma/src/utils/animate.ts:18

Function used to animate the nodes.

Parameters

graph

AbstractGraph

targets

PlainObject<PlainObject<number>>

opts

Partial<AnimateOptions>

callback?

() => void

Returns

() => void