Loading spinner moving bars

Developer
Size
2,025 Kb
Views
10,120

How do I make an loading spinner moving bars?

What is a loading spinner moving bars? How do you make a loading spinner moving bars? This script and codes were developed by Jelmer on 02 December 2022, Friday.

Loading spinner moving bars Previews

Loading spinner moving bars - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Loading spinner moving bars</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 class="loading"></div>
</body>
</html>

Loading spinner moving bars - Script Codes CSS Codes

html, body { height: 100%;
}
body { background: #30aadc; background-size: cover; margin: 20vh;
}
.loading { color: white; height: 35px; width: 35px; margin: 0 auto; border-left: 1px solid; border-right: 1px solid; -webkit-animation: loading 1s linear infinite; animation: loading 1s linear infinite;
}
@-webkit-keyframes loading { 0% { width: 35px; -webkit-transform: rotate(0); transform: rotate(0); } 25% { width: 0; -webkit-transform: rotate(0); transform: rotate(0); } 50% { width: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); } 75% { -webkit-transform: rotate(90deg); transform: rotate(90deg); width: 35px; } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); width: 35px; }
}
@keyframes loading { 0% { width: 35px; -webkit-transform: rotate(0); transform: rotate(0); } 25% { width: 0; -webkit-transform: rotate(0); transform: rotate(0); } 50% { width: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); } 75% { -webkit-transform: rotate(90deg); transform: rotate(90deg); width: 35px; } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); width: 35px; }
}
Loading spinner moving bars - Script Codes
Loading spinner moving bars - Script Codes
Home Page Home
Developer Jelmer
Username jelmerdemaat
Uploaded December 02, 2022
Rating 3
Size 2,025 Kb
Views 10,120
Do you need developer help for Loading spinner moving bars?

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!

Jelmer (jelmerdemaat) 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!