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