MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / createGridVertices

Function createGridVertices

public/iframe/lib/js/mixinsThree.js:245–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 function createGridVertices () {
246 let i = 0;
247
248 for (; i < objLength; ++i) {
249
250
251 const object = fixPosition('grid', i)
252
253 that.targets.grid.push(object);
254 }
255
256
257 }
258
259 // default animation
260 this.transform(this.targets[this.option.selectStatus.default], 2000);

Callers 1

initFunction · 0.85

Calls 1

fixPositionFunction · 0.85

Tested by

no test coverage detected