# 类: 动画
# 构造函数
# constructor
• new 动画(chart, animations)
# 参数
| 名称 | 类型 |
|---|---|
chart | 图表<keyof 图表类型注册表, (number | [number, number] | 点 | 气泡数据点)[], unknown> |
animations | 任何对象 |
# 定义于
types/animation.d.ts:31 (在新窗口中打开)
# 方法
# configure
▸ configure(animations): void
# 参数
| 名称 | 类型 |
|---|---|
animations | 任何对象 |
# 返回
void
# 定义于
types/animation.d.ts:32 (在新窗口中打开)
# update
▸ update(target, values): boolean
# 参数
| 名称 | 类型 |
|---|---|
target | 任何对象 |
values | 任何对象 |
# 返回
boolean