MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / animations.js

File animations.js

host/dom/src/main/animations.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Web Animations API; `finish_msg` arrives via `receive()` on completion. */
2
3export default ({ node, animations }, { pushEvent, emitError }) => ({
4 // keyframes/options are JSON. finish_msg wakes receive() with {msg, animation_handle, ok:true}. Auto-disposes on finish or cancel.

Callers

nothing calls this directly

Calls 6

nodeFunction · 0.85
emitErrorFunction · 0.85
pushMethod · 0.80
finishMethod · 0.80
pushEventFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected