Page Loading Animation Source (GIF)



Header Code


<style>

#loadDiv

{

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    display: flex;

    background: white;

    z-index: 999;

    opacity: 0.9;

}



#loadDiv > img

{

    display: flex;

    width: 80%;

    height: auto;

    margin: auto;

}

</style>

Body Code


/* 아래 GIF URL  */


<div id="loadDiv">

    <img src="https://cdn.imweb.me/thumbnail/20220830/8a116ee851d80.gif">

</div>

Footer Code


/* FadeOut 속도 조절 ex) 300 => 300ms => 0.3초 */


<script type="text/javascript">

    $(window).on('load', function() {

        setTimeout(function(){

            $("#loadDiv").fadeOut();

        }, 300);

    });

</script>

Mouse Cursor (SVG, PNG)



Header Code


<style>

#loadDiv

{

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    display: flex;

    background: white;

    z-index: 999;

    opacity: 0.9;

}



#loadDiv > img

{

    display: flex;

    width: 80%;

    height: auto;

    margin: auto;

}

</style>

상호. 엠엘엠프로젝트

사업자번호. 519-26-00936

통신판매업 신고번호. 2021-대전서구-1518호

대표자. 고민석

서울 강남구 압구정로46길 5-12 4층

대전 유성구 대덕대로480, 첨단과학관 남관 2층

0507-0177-1870

official@art-moado.com

카카오톡 채널 채팅하기 버튼