# 類別:動畫

# 建構函式

# 建構函式

new Animation(cfg, target, prop, to?)

# 參數

名稱 類型
cfg AnyObject
target AnyObject
prop string
to? unknown

# 定義於

types/animation.d.ts:5 (在新視窗開啟)

# 屬性

# _to

唯讀 _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

# 定義於

types/animation.d.ts:7 (在新視窗開啟)