document.querySelector('.marquee_pause').onclick = function() { wrapper.classList.toggle("move"); this.classList.toggle('marquee_pause_active'); }