mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 13:18:40 +08:00
404 B
404 B
title | order |
---|---|
动画相关方法 | 14 |
graph.positionsAnimate()
根据当前数据中的节点位置,动画更新节点位置。将会使用 graph 上的 animateCfg
配置项作为动画行为的依据。
graph.stopAnimate()
停止画布上的所有动画。
用法
graph.stopAnimate();
graph.isAnimating()
判断当前是否有正在执行的动画。