Breathing Load Screen

Developer
Size
2,198 Kb
Views
4,048

How do I make an breathing load screen?

Just a simple loader.. What is a breathing load screen? How do you make a breathing load screen? This script and codes were developed by Paul Sullivan on 26 January 2023, Thursday.

Breathing Load Screen Previews

Breathing Load Screen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Breathing Load Screen</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p>LOADING</p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Breathing Load Screen - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@-webkit-keyframes breathe { 0% { letter-spacing: 0; text-shadow: 0 0 1px white; } 30% { color: transparent; } 50% { letter-spacing: 100px; font-size: 0; text-shadow: 0 0 6px white; } 60% { color: transparent; } 100% { letter-spacing: 0; text-shadow: 0 0 1px white; }
}
@keyframes breathe { 0% { letter-spacing: 0; text-shadow: 0 0 1px white; } 30% { color: transparent; } 50% { letter-spacing: 100px; font-size: 0; text-shadow: 0 0 6px white; } 60% { color: transparent; } 100% { letter-spacing: 0; text-shadow: 0 0 1px white; }
}
html, body { text-align: center; height: 100%; width: 100%; background-color: #2e2e2e;
}
p { color: white; font-size: 2em; position: relative; top: 50%; -webkit-transform: translateY(-50px); transform: translateY(-50px); font-family: 'Montserrat', sans-serif; -webkit-animation: breathe 7s ease infinite; animation: breathe 7s ease infinite;
}
Breathing Load Screen - Script Codes
Breathing Load Screen - Script Codes
Home Page Home
Developer Paul Sullivan
Username pwsm50
Uploaded January 26, 2023
Rating 4
Size 2,198 Kb
Views 4,048
Do you need developer help for Breathing Load Screen?

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!

Paul Sullivan (pwsm50) Script Codes
Create amazing sales emails 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!