# Class: Animations
# Constructors
# constructor
• new Animations(chart, animations)
# Parameters
| Name | Type | 
|---|---|
| chart | Chart<keyofChartTypeRegistry, (number| [number,number] |Point|BubbleDataPoint)[],unknown> | 
| animations | AnyObject | 
# Defined in
types/animation.d.ts:31 (opens new window)
# Methods
# configure
▸ configure(animations): void
# Parameters
| Name | Type | 
|---|---|
| animations | AnyObject | 
# Returns
void
# Defined in
types/animation.d.ts:32 (opens new window)
# update
▸ update(target, values): boolean
# Parameters
| Name | Type | 
|---|---|
| target | AnyObject | 
| values | AnyObject | 
# Returns
boolean