i made it from a gif from tumblr, enjoy!
<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/e6b654ab7e2cab27918e60d5837f0e2c/ebcfe96caaae171f-90/s400x600/4fb015ef0bc2b3785b7fd6edce18add8d9024e24.gifv');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 18s 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 )