mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
11 lines
362 B
Markdown
11 lines
362 B
Markdown
|
---
|
||
|
title: Node Move Animation
|
||
|
order: 5
|
||
|
---
|
||
|
|
||
|
Change the node positions by `changeData` method is a simple way to realize the node animation.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
For simple animation, change positions by `changeData` is a straightforward way. But it is not a good solution for complex scenario. Please refer to the document [Animation](/en/docs/manual/middle/animation).
|