()
| 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); |