Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
on
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected