html preloader con gif animata

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html preloader con gif animata相关的知识,希望对你有一定的参考价值。

//PRELOADER
//funzione per nascondere il preloader al caricamento della pagina
$(window).on("load", function () {
   //nascondo gif animata
   $("#img-preloader").fadeOut('fast');
   //nascondo il div con fondo bianco
   $("#preloader").fadeOut('slow');
});
//FINE PRELOADER
/* PREOLADER */
#preloader {
   /* imposto lo sfondo bianco e fisso a tutta pagina */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000001;
    width: 100%;
    height: 100%;
    background: #fff;
}
#img-preloader {
   /* imposto la gif animata al centro dello schermo */
    position: absolute;
    height: 32px;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
<!-- PRELOADER  #PRELOADER01 -->
<div id="preloader">
  <img id="img-preloader" src="resources/preloader/preloader_10.gif">
</div>

以上是关于html preloader con gif animata的主要内容,如果未能解决你的问题,请参考以下文章

Qt之等待提示框(QMovie)

前端常用的网址

18 A GIF decoder: an exercise in Go interfaces

预加载、缓存 gif 图像以避免在 React Native 中闪烁

html preload.html

html Easy Preloader