CSS Loading Animation Circle

Developer
Size
2,103 Kb
Views
42,504

How do I make an css loading animation circle?

What is a css loading animation circle? How do you make a css loading animation circle? This script and codes were developed by Kevin Weber on 20 November 2022, Sunday.

CSS Loading Animation Circle Previews

CSS Loading Animation Circle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Loading Animation Circle</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <span class="loader"></span>
</body>
</html>

CSS Loading Animation Circle - Script Codes CSS Codes

body { background-color: #f90;
}
.loader { box-shadow: inset 0 0 0 2px #fff; display: inline-block; height: 18px; position: relative; width: 18px;
}
.loader,
.loader:before,
.loader:after { border-radius: 50%;
}
.loader:before,
.loader:after { background: #f90; content: ''; position: absolute;
}
.loader:before { -webkit-animation: load 2s infinite ease 1.5s; animation: load 2s infinite ease 1.5s; border-radius: 0; height: 100%; left: 0; top: 0; -webkit-transform-origin: 9px 9px; transform-origin: 9px 9px; width: 50%;
}
.loader:after { -webkit-animation: load 2s infinite ease; animation: load 2s infinite ease; border-radius: 0; height: 100%; left: 50%; top: 0; -webkit-transform-origin: 0px 9px; transform-origin: 0px 9px; width: 50%;
}
@-webkit-keyframes load { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
CSS Loading Animation Circle - Script Codes
CSS Loading Animation Circle - Script Codes
Home Page Home
Developer Kevin Weber
Username kevinweber
Uploaded November 20, 2022
Rating 3
Size 2,103 Kb
Views 42,504
Do you need developer help for CSS Loading Animation Circle?

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!

Kevin Weber (kevinweber) Script Codes
Create amazing marketing copy 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!