MCPcopy Create free account
hub / github.com/NMWplays/Glowify / updateHomeScreenVisualizer

Function updateHomeScreenVisualizer

theme.js:4885–4890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4883 track.style.width = `${r.width}px`;
4884 track.style.height = `${r.height}px`;
4885 if (mountedContainer) mountedContainer.style.position = origPosition;
4886 track.classList.add("cs-hidden");
4887 setTimeout(() => {
4888 if (!track || !canvasVisible) return;
4889 track.style.display = "none";
4890 }, CANVAS_FADE + 50);
4891 };
4892 const revealTrackAfterCanvas = () => {
4893 if (!track) return;

Callers 1

Calls 1

createHomeVisualizerFunction · 0.85

Tested by

no test coverage detected