| 1 |
(()=>{const e=document.querySelectorAll(".blockspare-block-animation");if("IntersectionObserver"in window){const t=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&(e.target.classList.add(e.target.getAttribute("blockspare-animation")),t.unobserve(e.target))})},{threshold:[.15]});e.forEach(e=>{t.observe(e)})}else e.forEach(e=>{e.classList.remove("blockspare-block-animation"),e.classList.removeAttribute("blockspare-animation")})})(); |