MCPcopy Create free account
hub / github.com/pollinations/pollinations / stopCatAnimation

Function stopCatAnimation

apps/catgpt/script.js:195–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195function stopCatAnimation() {
196 clearInterval(catAnimInterval);
197 catAnimInterval = null;
198 for (const el of document.querySelectorAll("[style*='catSlide']"))
199 el.remove();
200}
201
202function celebrate() {
203 for (let i = 0; i < 20; i++) {

Callers 1

resetButtonFunction · 0.85

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected