MCPcopy
hub / github.com/julianshapiro/velocity / begin

Function begin

test/src/5_UIPack/UI Pack Callbacks.ts:19–23  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

17 assert.expect(3);
18 Velocity($targets, "transition.bounceIn", {
19 begin(elements) {
20 assert.deepEqual(elements, $targets, "Begin callback returned.");
21
22 done();
23 },
24 complete(elements) {
25 assert.deepEqual(elements, $targets, "Complete callback returned.");
26

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…