CSS3 Circle loader One Time around

Developer
Size
2,781 Kb
Views
52,624

How do I make an css3 circle loader one time around?

Just a simple circle loader going once around.. What is a css3 circle loader one time around? How do you make a css3 circle loader one time around? This script and codes were developed by Gus Alaniz on 10 August 2022, Wednesday.

CSS3 Circle loader One Time around Previews

CSS3 Circle loader One Time around - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Circle loader One Time around</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="container"> <div id="circle-loader-wrap"> <div class="left-wrap"> <div class="loader"></div> </div> <div class="right-wrap"> <div class="loader"></div> </div> </div>
</div>
</body>
</html>

CSS3 Circle loader One Time around - Script Codes CSS Codes

body { background: #014040;
}
body #container { width: 200px; height: 200px; margin: 0 auto; padding: 50px;
}
body #container #circle-loader-wrap { overflow: hidden; position: relative; margin-top: -10px; width: 200px; height: 200px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) inset; background-color: #25909c ; border-radius: 200px; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);
}
body #container #circle-loader-wrap:after { content: ''; position: absolute; left: 15px; top: 15px; width: 170px; height: 170px; border-radius: 50%; background-color: #014040; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body #container #circle-loader-wrap div { overflow: hidden; position: absolute; width: 50%; height: 100%;
}
body #container #circle-loader-wrap .loader { position: absolute; left: 100%; top: 0; width: 100%; height: 100%; border-radius: 1000px; background-color: #32C8D9;
}
body #container #circle-loader-wrap .left-wrap { left: 0;
}
body #container #circle-loader-wrap .left-wrap .loader { border-top-left-radius: 0; border-bottom-left-radius: 0; transform-origin: 0 50% 0; -webkit-transform-origin: 0 50% 0; animation: loading-left 20s infinite linear; -webkit-animation: loading-left 20s infinite linear;
}
body #container #circle-loader-wrap .right-wrap { left: 50%;
}
body #container #circle-loader-wrap .right-wrap .loader { left: -100%; border-bottom-right-radius: 0; border-top-right-radius: 0; transform-origin: 100% 50% 0; -webkit-transform-origin: 100% 50% 0; animation: loading-right 20s infinite linear; -webkit-animation: loading-right 20s infinite linear;
}
@keyframes loading-left { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(180deg); } 100% { transform: rotate(180deg); }
}
@-webkit-keyframes loading-left { 0% { -webkit-transform: rotate(0deg); } 25% { -webkit-transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); } 75% { -webkit-transform: rotate(180deg); } 100% { -webkit-transform: rotate(180deg); }
}
@keyframes loading-right { 0% { transform: rotate(0deg); } 25% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(180deg); } 100% { transform: rotate(180deg); }
}
@-webkit-keyframes loading-right { 0% { -webkit-transform: rotate(0deg); } 25% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); } 75% { -webkit-transform: rotate(180deg); } 100% { -webkit-transform: rotate(180deg); }
}
CSS3 Circle loader One Time around - Script Codes
CSS3 Circle loader One Time around - Script Codes
Home Page Home
Developer Gus Alaniz
Username alanizdesign
Uploaded August 10, 2022
Rating 3
Size 2,781 Kb
Views 52,624
Do you need developer help for CSS3 Circle loader One Time around?

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!

Gus Alaniz (alanizdesign) Script Codes
Create amazing captions 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!