MCPcopy Create free account
hub / github.com/breck7/scroll / invert

Method invert

external/.scrollLibs.js:17219–17222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17217 return this
17218 }
17219 invert() {
17220 this.forEach(particle => particle.atoms.reverse())
17221 return this
17222 }
17223 _rename(oldCue, newCue) {
17224 const index = this.indexOf(oldCue)
17225 if (index === -1) return this

Callers 15

composeFunction · 0.80
rotationFunction · 0.80
invertFunction · 0.80
albersUsaFunction · 0.80
reclipFunction · 0.80
radialFunction · 0.80
zoomFunction · 0.80
scheduleFunction · 0.80
wheeledFunction · 0.80
mousedownedFunction · 0.80
dblclickedFunction · 0.80
touchstartedFunction · 0.80

Calls 2

forEachMethod · 0.95
reverseMethod · 0.80

Tested by

no test coverage detected