g6/packages/site/examples/scatter/changePosition/index.en.md

11 lines
362 B
Markdown
Raw Normal View History

2023-02-02 10:31:36 +08:00
---
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).