# 类: Animation
# 构造函数
# 构造函数
• new Animation(cfg
, target
, prop
, to?
)
# 参数
名称 | 类型 |
---|---|
cfg | AnyObject |
target | AnyObject |
prop | string |
to? | unknown |
# 定义于
types/animation.d.ts:5 (在新窗口中打开)
# 属性
# _to
• Readonly
_to: unknown
# 定义于
types/animation.d.ts:10 (在新窗口中打开)
# 方法
# active
▸ active(): boolean
# 返回值
boolean
# 定义于
types/animation.d.ts:6 (在新窗口中打开)
# cancel
▸ cancel(): void
# 返回值
void
# 定义于
types/animation.d.ts:8 (在新窗口中打开)
# tick
▸ tick(date
): void
# 参数
名称 | 类型 |
---|---|
date | number |
# 返回值
void
# 定义于
types/animation.d.ts:9 (在新窗口中打开)
# update
▸ update(cfg
, to
, date
): void
# 参数
名称 | 类型 |
---|---|
cfg | AnyObject |
to | unknown |
date | number |
# 返回值
void