mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 21:28:33 +08:00
372 B
372 B
title | order |
---|---|
Animation | 14 |
graph.positionsAnimate()
Update the node positions according to the data model animatively. The animateCfg
of the graph will be the animation configurations.
graph.stopAnimate()
Stop the animation on the canvas.
Usage
graph.stopAnimate();
graph.isAnimating()
Return if the graph is animating.