| 1 |
!function(){function e(){const e=document.querySelectorAll(".blockspare_progress-bar-container");if(!e.length)return;const t=new IntersectionObserver((e,t)=>{e.forEach(e=>{e.isIntersecting&&(e.target.querySelectorAll(".blockspare-skillbar-item").forEach(e=>{const t=e.getAttribute("data-percent"),r=e.querySelector(".blockspare-skillbar-bar");r&&t&&(r.style.transition=`width ${20*t}ms ease`,r.style.width=t+"%")}),t.unobserve(e.target))})},{threshold:.25});e.forEach(e=>{t.observe(e)})}"loading"===document.readyState?document.addEventListener("DOMContentLoaded",e):e()}(); |