GUYS PLEASE HELP ME.Β
SOOOO im new here and i was working on my glorious page orΒ wtv we call it.. AND LIKE I TRIED TO MAKE A LOADING SCREEN. ITS NOT WORKING...Β
so please if yall have any advice, feel free to.Β
THATS ALL LOVE YALL !!!!Β Β
GUYS PLEASE HELP ME.Β
SOOOO im new here and i was working on my glorious page orΒ wtv we call it.. AND LIKE I TRIED TO MAKE A LOADING SCREEN. ITS NOT WORKING...Β
so please if yall have any advice, feel free to.Β
THATS ALL LOVE YALL !!!!Β Β
2 Kudos
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Bratzilla69
I just used this and put my gif in the url part. I'm not sure if you can make it longer or not tho:(.
if it doesn't work I'm so sorry lol I suck at coding
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('PUT IMAGE ADDRESS HERE!');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 2s ease 1s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
XEROX
There's templates in the Layouts section!