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>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )