An object containing the details of the animation. http://js.cytoscape.org/#eles.animate
Optionalparams: 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.
Optionalcomplete: (() => void)A function to call when the delay is complete. http://js.cytoscape.org/#eles.delay
Stop all animations that are currently running.
OptionalclearQueue: booleanA boolean, indicating whether the queue of animations should be emptied.
OptionaljumpToEnd: 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.