MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / pulse

Function pulse

docs/_static/searchtools.js:262–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 if (Search._pulse_status >= 0) return;
261
262 const pulse = () => {
263 Search._pulse_status = (Search._pulse_status + 1) % 4;
264 Search.dots.innerText = ".".repeat(Search._pulse_status);
265 if (Search._pulse_status >= 0) window.setTimeout(pulse, 500);
266 };
267 pulse();
268 },
269

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected