MCPcopy Create free account
hub / github.com/dbismut/draggable-slider / start

Method start

src/FrameLoop.ts:50–53  ·  view source on GitHub ↗
(cb: Function)

Source from the content-addressed store, hash-verified

48 }
49
50 start(cb: Function) {
51 this.queue.add(cb);
52 this.run();
53 }
54
55 stop(cb: Function) {
56 if (!cb) {

Callers 1

MotionClass · 0.80

Calls 1

runMethod · 0.95

Tested by

no test coverage detected