()
| 26 | animate(group) |
| 27 | |
| 28 | function update() { |
| 29 | target.style.transform = `translate3d(${position.x}px, ${position.y}px, 0.0001px) rotateY(${Math.floor(position.rotation)}deg)` |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…