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

13 lines
430 B
Markdown
Raw Normal View History

2023-02-02 10:31:36 +08:00
---
2023-08-29 01:34:24 +08:00
title: Animations
2023-02-02 10:31:36 +08:00
order: 5
---
2023-08-29 01:34:24 +08:00
Configure the animation of the element in the spec of the graph, including the animations of entering, exiting, updating, hiding, and appearing.
If you are calling a view port API of graph, try to configure the effectTiming param for it to enable the animations.
2023-02-02 10:31:36 +08:00
### Usage
2023-08-29 01:34:24 +08:00
Configure the animates of node / edge / combo in the spec of the graph. Config effectTiming for graph view port APIs.