MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / animate

Function animate

plugins/Sidebar/media_globe/globe.js:361–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 }
360
361 function animate() {
362 if (!running) return
363 requestAnimationFrame(animate);
364 render();
365 }
366
367 function render() {
368 zoom(curZoomSpeed);

Callers

nothing calls this directly

Calls 1

renderFunction · 0.70

Tested by

no test coverage detected