Loading animation

Developer
Size
1,572 Kb
Views
6,072

How do I make an loading animation?

Cool. What is a loading animation? How do you make a loading animation? This script and codes were developed by Mihkel on 08 December 2022, Thursday.

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="spinner"></div>
</body>
</html>

Loading animation - Script Codes CSS Codes

body { background-color: #333;
}
.spinner { position: absolute; width: 50px; height: 50px; top: 50%; left: 50%; border-radius: 50%; margin-left: -25px; margin-top: -25px; border: 2px solid transparent; border-color: #0099cc #fafafa; animation: spin 1s linear infinite;
}
@keyframes spin { 0% { transform: rotate(0deg) scale(1); } 50% { transform: rotate(45deg) scale(1.2); } 100% { transform: rotate(360deg) scale(1); }
}
Loading animation - Script Codes
Loading animation - Script Codes
Home Page Home
Developer Mihkel
Username Krokodill
Uploaded December 08, 2022
Rating 3
Size 1,572 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!

Mihkel (Krokodill) Script Codes
Create amazing love letters 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!