Wednesday, February 1, 2017
Cara Mudah Membuat Loading Blog Lebih Halus
Cara Mudah Membuat Loading Blog Lebih Halus
Kumpulan Tips dan Triks Blogging - Cara Mudah Membuat Loading Blog Lebih Halus, agar blog tidak acak-acakan saat loading, kamu bisa pakai triks Cara Mudah Membuat Loading Blog Lebih Halus berikut ini :
Cara Mudah Membuat Loading Blog Lebih Halus |
Taruh script berikut diatas ]]></b:skin>
@keyframes myfirst { from{opacity:0;} to{opacity:10;} }Silahkan Anda coba triks di atas.
@-moz-keyframes myfirst { from{opacity:0;} to{opacity:10;} }
@-webkit-keyframes myfirst { from{opacity:0;} to{opacity:10;} }
@keyframes { from{transform:translate(0px, 9000px)} to{transform:translate(0px, 0px)} }
@-moz-keyframes { from{-moz-transform:translate(0px, 9000px)}
to{-moz-transform:translate(0px, 0px)} }
@-webkit-keyframes{ from{-webkit-transform:translate(0px, 9000px)}
to{-webkit-transform:translate(0px, 0px)} }
#header-wrapper {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
#content-wrapper {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
#main-wrapper {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
#sidebar-wrapper {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
#nav {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
h1,h2,h3,h4,h5,h6,a {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 5s;}
h1,h2,h3,h4,h5,h6,.post img {animation: myfirst 5s;-moz-animation: myfirst 5s;
-webkit-animation: myfirst 8s;}
Sumber : http://under-88.blogspot.com
Available link for download