An object containing the details of the animation.
Optional
options: AnimateOptionsAn object containing animation options.
Get whether the viewport is currently being animated. http://js.cytoscape.org/#cy.animated
Get an animation of the viewport. http://js.cytoscape.org/#cy.animation
Remove all queued animations for the viewport. http://js.cytoscape.org/#cy.clearQueue
Get a delay animation of the viewport. http://js.cytoscape.org/#cy.delayAnimation
Stop all viewport animations that are currently running. http://js.cytoscape.org/#cy.stop
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.
Animate the viewport. http://js.cytoscape.org/#cy.animate