MCPcopy
hub / github.com/animatedjs/animated / start

Method start

src/Animation.js:26–31  ·  view source on GitHub ↗
(
    fromValue: number,
    onUpdate: (value: number) => void,
    onEnd: ?EndCallback,
    previousAnimation: ?Animation,
  )

Source from the content-addressed store, hash-verified

24 __isInteraction: bool;
25 __onEnd: ?EndCallback;
26 start(
27 fromValue: number,
28 onUpdate: (value: number) => void,
29 onEnd: ?EndCallback,
30 previousAnimation: ?Animation,
31 ): void {}
32 stop(): void {}
33 // Helper function for subclasses to make sure onEnd is only called once.
34 __debouncedOnEnd(result: EndResult) {

Callers 4

onCompleteFunction · 0.45
sequenceFunction · 0.45
parallelFunction · 0.45
animateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected