# クラス: Animator

# コンストラクタ

# constructor

new Animator()

# メソッド

# add

add(chart, items): void

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>
items readonly Animation[]

# 戻り値

void

# 定義元

types/animation.d.ts:22 (新しいウィンドウで開く)


# has

has(chart): boolean

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# 戻り値

boolean

# 定義元

types/animation.d.ts:23 (新しいウィンドウで開く)


# listen

listen(chart, event, cb): void

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>
event "progress" | "complete"
cb (event: AnimationEvent) => void

# 戻り値

void

# 定義元

types/animation.d.ts:21 (新しいウィンドウで開く)


# remove

remove(chart): boolean

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# 戻り値

boolean

boolean

# 定義元


# running

running(chart): boolean

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# 戻り値

boolean

boolean

# 定義元


# start

start(chart): void

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# 戻り値

void

void

# 定義元


# stop

stop(chart): void

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# 戻り値

void

void

# 定義元