Css3 loader

Developer
Size
2,391 Kb
Views
16,192

How do I make an css3 loader?

What is a css3 loader? How do you make a css3 loader? This script and codes were developed by Camilla Knap on 29 November 2022, Tuesday.

Css3 loader Previews

Css3 loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Css3 loader</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="loader"><span></span><span></span><span></span></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Css3 loader - Script Codes CSS Codes

.loader > span { content: " "; display: inline-block; width: 20px; height: 20px; margin: 5px; background-color: #000; border-radius: 50%;
}
.loader { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%;
}
.loader > span { -webkit-animation: scale 1.5s linear infinite alternate-reverse; -moz-animation: scale 1.5s linear infinite alternate-reverse; animation: scale 1.5s linear infinite alternate-reverse;
}
.loader > span:nth-child(1) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;
}
.loader > span:nth-child(2) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;
}
.loader > span:nth-child(3) { -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s;
}
@-webkit-keyframes scale { 0%, 100% { -webkit-transform: scale(0.2); } 50% { -webkit-transform: scale(1); }
}
@-moz-keyframes scale { 0%, 100% { -moz-transform: scale(0.2); } 50% { -moz-transform: scale(1); }
}
@keyframes scale { 0%, 100% { -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}
Css3 loader - Script Codes
Css3 loader - Script Codes
Home Page Home
Developer Camilla Knap
Username clknap
Uploaded November 29, 2022
Rating 3
Size 2,391 Kb
Views 16,192
Do you need developer help for Css3 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!

Camilla Knap (clknap) 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!