mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 18:11:08 +08:00
13 lines
430 B
Markdown
13 lines
430 B
Markdown
---
|
|
title: Animations
|
|
order: 5
|
|
---
|
|
|
|
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.
|
|
|
|
### Usage
|
|
|
|
Configure the animates of node / edge / combo in the spec of the graph. Config effectTiming for graph view port APIs.
|