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