Function: animateNodes()
animateNodes(
graph,targets,opts,callback?): () =>void
Defined in: sigma/src/utils/animate.ts:23
Function used to animate the nodes.
Parameters
graph
AbstractGraph
targets
PlainObject<PlainObject<number>>
opts
Partial<AnimateOptions>
callback?
() => void
Returns
Function
Returns
void