# Class: Animations

# Constructors

# constructor

new Animations(chart, animations)

# Parameters

Name Type
chart Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>
animations Record<string, unknown>

# Defined in

animation.d.ts:28 (opens new window)

# Methods

# configure

configure(animations): void

# Parameters

Name Type
animations Record<string, unknown>

# Returns

void

# Defined in

animation.d.ts:30 (opens new window)


# update

update(target, values): boolean

# Parameters

Name Type
target Record<string, unknown>
values Record<string, unknown>

# Returns

boolean

# Defined in

animation.d.ts:31 (opens new window)