const elements = document.querySelectorAll(".countdown-calendar__door"); elements.forEach(element => { element.classList.add("will-open"); });