MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / animate

Method animate

src/core/createAnimationController.ts:6–6  ·  view source on GitHub ↗
(
    from: number,
    to: number,
    duration: number,
    easing: EasingFunction,
    onUpdate: (value: number) => void,
    onComplete?: () => void,
  )

Source from the content-addressed store, hash-verified

4
5export interface AnimationController {
6 animate(
7 from: number,
8 to: number,
9 duration: number,

Callers 3

setOptionsFunction · 0.80
renderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected