CRT TV Page Load Animation

Developer
Size
2,498 Kb
Views
6,072

How do I make an crt tv page load animation?

What is a crt tv page load animation? How do you make a crt tv page load animation? This script and codes were developed by Aaron Levine on 30 January 2023, Monday.

CRT TV Page Load Animation Previews

CRT TV Page Load Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CRT TV Page Load Animation</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="content"></div>
<div id="overlay"></div>
</body>
</html>

CRT TV Page Load Animation - Script Codes CSS Codes

#content, #overlay { position: absolute; display: inline-block; width: 100%; height: 100%; padding: 0;
}
#content { background: url(https://i.imgur.com/pBnJxHv.gif); background-size: 100% 100%;
}
#overlay { pointer-events: none; background: #000; opacity: 0; -webkit-animation: black-part 4s; -moz-animation: black-part 4s; animation: black-part 4s;
}
#overlay:after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: inline-block; width: 100%; height: 100%; background: #fff; box-shadow: 0 0 1px 1px #fff; -webkit-animation: white-part 1s; -moz-animation: white-part 1s; animation: white-part 1s;
}
@-webkit-keyframes black-part { 0% { opacity: 1; } 25% { opacity: 1; } 100% { opacity: 0; }
}
@-moz-keyframes black-part { 0% { opacity: 1; } 25% { opacity: 1; } 100% { opacity: 0; }
}
@keyframes black-part { 0% { opacity: 1; } 25% { opacity: 1; } 100% { opacity: 0; }
}
@-webkit-keyframes white-part { 0% { width: 0; height: 0%; } 75% { width: 100%; height: 0%; } 100% { width: 100%; height: 100%; }
}
@-moz-keyframes white-part { 0% { width: 0; height: 0%; } 75% { width: 100%; height: 0%; } 100% { width: 100%; height: 100%; }
}
@keyframes white-part { 0% { width: 0; height: 0%; } 75% { width: 100%; height: 0%; } 100% { width: 100%; height: 100%; }
}
html, body { width: 100%; height: 100%; padding: 0;
}
CRT TV Page Load Animation - Script Codes
CRT TV Page Load Animation - Script Codes
Home Page Home
Developer Aaron Levine
Username Aldlevine
Uploaded January 30, 2023
Rating 3
Size 2,498 Kb
Views 6,072
Do you need developer help for CRT TV Page Load Animation?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Aaron Levine (Aldlevine) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!