Function: animateNodes()
animateNodes(
graph
,targets
,opts
,callback
?): () =>void
Function used to animate the nodes.
Parameters
• graph: AbstractGraph
<Attributes
, Attributes
, Attributes
>
• targets: PlainObject
<PlainObject
<number
>>
• opts: Partial
<AnimateOptions
>
• callback?
Returns
Function
Returns
void