goriess's profile picture

Published by

published

Category: Web, HTML, Tech

Melfina Loading screen

Posting it here because i CAN'T upload this to Layouts 4 sum reason 😞

-----------------------

-----------------------

<style>

body:before {

content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed; 

top: 0; 

left: 0; 

z-index: 100;

background-image: url('https://64.media.tumblr.com/28813cd6e6ed1a13433b0b1ba8f06aa9/ee4d659762a5695e-59/s500x750/7010bf54a8473dd552707f7b43eec0213fb955fe.gif');

background-size: cover;

background-repeat: no-repeat;

background-position:center;

animation: yourAnimation 3.3s ease 0s 1 normal forwards;

pointer-events: none;}

@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 

</style>


1 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )