MCPcopy
hub / github.com/SnapDrop/snapdrop / animate

Function animate

client/scripts/ui.js:618–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616 let loading = true;
617
618 function animate() {
619 if (loading || step % dw < dw - 5) {
620 requestAnimationFrame(function() {
621 drawCircles();
622 animate();
623 });
624 }
625 }
626 window.animateBackground = function(l) {
627 loading = l;
628 animate();

Callers 1

ui.jsFile · 0.85

Calls 1

drawCirclesFunction · 0.85

Tested by

no test coverage detected