Apply the animation at its current progress. http://js.cytoscape.org/#ani.apply
Get whether the animation is currently applying. http://js.cytoscape.org/#ani.applying
Get whether the animation has progressed to the end. http://js.cytoscape.org/#ani.completed
Fastforward the animation to the end.
Pause the animation, maintaining the current progress. http://js.cytoscape.org/#ani.pause
Requests that the animation be played, starting on the next frame. If the animation is complete, it restarts from the beginning. http://js.cytoscape.org/#ani.play
Get whether the animation is currently playing. http://js.cytoscape.org/#ani.playing
Get the progress of the animation in percent.
Set the progress of the animation in percent.
The progress in percent (i.e. between 0 and 1 inclusive) to set to the animation.
Get a promise that is fulfilled with the specified animation event.
Optional
animationEvent: "complete" | "frame" | "completed"A string for the event name; completed or complete for completing the animation or frame for the next frame of the animation. http://js.cytoscape.org/#ani.promise
Reverse the animation such that its starting conditions and ending conditions are reversed. http://js.cytoscape.org/#ani.reverse
Rewind the animation to the beginning.
Stop the animation, maintaining the current progress and removing the animation from any associated queues. http://js.cytoscape.org/#ani.stop
Get the progress of the animation in milliseconds.
Set the progress of the animation in milliseconds.
The progress in milliseconds (i.e. between 0 and the duration inclusive) to set to the animation.
http://js.cytoscape.org/#animations/animation-manipulation