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

Method activate

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

Source from the content-addressed store, hash-verified

133 }
134
135 activate(effect) {
136 effect.timeline.on(effect, { effectValue: [ 0, TwoPI ] }, effect.dur, null, 0);
137 effect.reset(effect);
138 }
139
140 set effectValue(value) {
141 for (let i=this.start; i<this.end; i++) {

Callers

nothing calls this directly

Calls 2

onMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected