telegram-charts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Chart
Animator
animations
callback
With
Animations
ByCtx
last
Animation
add
animate
cancel
deregister
get
ByTarget
register
Hierarchy
ChartAnimator
Index
Properties
animations
callback
With
Animations
ByCtx
last
Animation
Methods
add
animate
cancel
deregister
get
ByTarget
register
Properties
Private
animations
animations
:
Set
<
AnimationState
>
= new Set()
Private
callback
With
Animations
ByCtx
callback
With
Animations
ByCtx
:
Map
<
CanvasRenderingContext2D
,
AnimationCallback
>
= new Map()
Private
last
Animation
last
Animation
:
number
= 0
Methods
add
add
(
animation
:
AnimationState
)
:
void
Parameters
animation:
AnimationState
Returns
void
Private
animate
animate
(
)
:
void
Returns
void
cancel
cancel
(
animation
:
AnimationState
|
undefined
)
:
void
Parameters
animation:
AnimationState
|
undefined
Returns
void
deregister
deregister
(
ctx
:
CanvasRenderingContext2D
)
:
void
Parameters
ctx:
CanvasRenderingContext2D
Returns
void
Private
get
ByTarget
get
ByTarget
(
target
:
AnimationTarget
)
:
AnimationState
|
undefined
Parameters
target:
AnimationTarget
Returns
AnimationState
|
undefined
register
register
(
ctx
:
CanvasRenderingContext2D
, animateCb
:
AnimationCallback
)
:
void
Parameters
ctx:
CanvasRenderingContext2D
animateCb:
AnimationCallback
Returns
void
Generated using
TypeDoc