Skip to content

Documentation / @andrew_l/dom / AnimateNumberProps

Type Alias: AnimateNumberProps ​

AnimateNumberProps = object

Properties ​

duration ​

duration: number


from ​

from: number | number[]


onEnd? ​

optional onEnd?: () => void

Returns ​

void


onUpdate ​

onUpdate: (value) => void

Parameters ​

value ​

any

Returns ​

void


timing? ​

optional timing?: TimingFn


to ​

to: number | number[]