Spinning Loader

Developer
Size
2,273 Kb
Views
16,192

How do I make an spinning loader?

One element spinning loader. What is a spinning loader? How do you make a spinning loader? This script and codes were developed by Nick Nikolov on 17 October 2022, Monday.

Spinning Loader Previews

Spinning Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Spinning Loader</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-progress"></div>
</body>
</html>

Spinning Loader - Script Codes CSS Codes

.loading-progress { box-sizing: border-box; display: block; height: 40px; width: 40px; position: fixed; top: 50%; left: 50%; margin: -20px 0 0 -20px; border-radius: 40px; border: 5px solid #58989e; border-left: none; border-right: none; border-bottom: none; -webkit-animation: spin-loader 2s linear infinite; animation: spin-loader 2s linear infinite;
}
.loading-progress:before { box-sizing: border-box; content: ''; display: block; position: absolute; height: 30px; width: 30px; border-radius: 30px; border: 5px solid #f6861d; border-left: none; border-right: none; border-bottom: none; top: 50%; left: 50%; margin: -15px 0 0 -15px; -webkit-animation: spin-loader 2s linear infinite; animation: spin-loader 2s linear infinite;
}
.loading-progress:after { box-sizing: border-box; content: ''; display: block; position: absolute; height: 20px; width: 20px; border-radius: 20px; border: 5px solid #db1f25; border-left: none; border-right: none; border-bottom: none; top: 50%; left: 50%; margin: -10px 0 0 -10px; -webkit-animation: spin-loader 1s linear infinite; animation: spin-loader 1s linear infinite;
}
@-webkit-keyframes spin-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
Spinning Loader - Script Codes
Spinning Loader - Script Codes
Home Page Home
Developer Nick Nikolov
Username necks
Uploaded October 17, 2022
Rating 3
Size 2,273 Kb
Views 16,192
Do you need developer help for Spinning Loader?

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!

Nick Nikolov (necks) 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!