Loading Animation

Developer
Size
1,684 Kb
Views
6,072

How do I make an loading animation?

Just having some fun with CSS3 animations.. What is a loading animation? How do you make a loading animation? This script and codes were developed by Danwarfel on 18 January 2023, Wednesday.

Loading Animation Previews

Loading Animation - Script Codes HTML Codes

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

Loading Animation - Script Codes CSS Codes

.loader { text-align: center;
}
.loader span { display: inline-block; vertical-align: middle; width: 10px; height: 10px; margin: 50px auto; background: #fdcb39; border-radius: 50px; -webkit-animation: loader .8s infinite alternate; -moz-animation: loader .8s infinite alternate;
}
.loader span:nth-of-type(2) { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;
}
.loader span:nth-of-type(3) { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s;
}
.loader span:nth-of-type(4) { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader { 0% { width: 10px; height: 10px; opacity: 1.0; -webkit-transform: translateY(0px); } 100% { width: 24px; height: 24px; opacity: 0.2; -webkit-transform: translateY(-16px); }
}
@-moz-keyframes loader { 0% { width: 10px; height: 10px; opacity: 0.9; -moz-transform: translateY(0px); } 100% { width: 24px; height: 24px; opacity: 0.1; -moz-transform: translateY(-6px); }
}
Loading Animation - Script Codes
Loading Animation - Script Codes
Home Page Home
Developer Danwarfel
Username danwarfel
Uploaded January 18, 2023
Rating 3
Size 1,684 Kb
Views 6,072
Do you need developer help for Loading Animation?

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!

Danwarfel (danwarfel) 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!