MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / activate

Method activate

modules/drivers/neostrand/neostrand.js:206–209  ·  view source on GitHub ↗
(effect)

Source from the content-addressed store, hash-verified

204 }
205
206 activate(effect) {
207 effect.timeline.on(effect, { step: [0, effect.sizeA + effect.sizeB] }, effect.dur, null, 0);
208 effect.reset(effect);
209 }
210
211 set step(s) {
212 let x;

Callers

nothing calls this directly

Calls 2

onMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected