images Loaded
imagesLoadedimagesLoaded Plugin을 사용하면 이미지의 로딩 여부를 체크하여 이벤트를 발생시킬 수 있습니다. CDNNPM$ npm install imagesloaded$ yarn add imagesloaded Syntaximageconst init = () => { // image loading이 끝나면 실행 할 함수};const imgs = [...document.querySelectorAll("img")]; // Array like ==> Arrayconst loader = document.querySelector(".loader--text");const updateProgress = (instance) => { const per = Math.round((instance.p..
2024.05.29