An object containing the details of the animation. http://js.cytoscape.org/#eles.animate
Optional
params: ElementAnimateOptionsBaseRemove all queued animations for the elements. http://js.cytoscape.org/#eles.clearQueue
Add a delay between animations for the elements.
How long the delay should be in milliseconds.
Optional
complete: (() => void)A function to call when the delay is complete. http://js.cytoscape.org/#eles.delay
Stop all animations that are currently running.
Optional
clearQueue: booleanA boolean, indicating whether the queue of animations should be emptied.
Optional
jumpToEnd: booleanA boolean, indicating whether the currently-running animations should jump to their ends rather than just stopping midway. http://js.cytoscape.org/#eles.stop
Animate the elements.