Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/animatedjs/animated
/ stop
Method
stop
src/Animation.js:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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) {
35
var
onEnd = this.__onEnd;
Callers
6
sequence
Function · 0.45
cb
Function · 0.45
parallel
Function · 0.45
setValue
Method · 0.45
stopAnimation
Method · 0.45
animate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected