Svg loading circle

Size
2,271 Kb
Views
4,048

How do I make an svg loading circle?

What is a svg loading circle? How do you make a svg loading circle? This script and codes were developed by Jimmy Van Der Sleen on 15 January 2023, Sunday.

Svg loading circle Previews

Svg loading circle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>svg loading circle</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <svg viewBox="0 0 100 100"> <circle class="one" r="40" cx="50" cy="50" /> <span class="num">100%</span> </svg>
</div>
</body>
</html>

Svg loading circle - Script Codes CSS Codes

body { background-color: #333; font-family: sans-serif;
}
.wrapper { width: 100px; margin: 5% auto; position: relative;
}
svg { width: 100px; height: 100px; transform: rotateZ(-90deg); border-radius: 50%; position: relative; display: block; margin: 0; padding: 0; clear: both; box-shadow: 0 0 20px #339999;
}
circle { fill: rgba(51, 153, 153, 0.2); stroke: #339999; stroke-width: 10; stroke-dasharray: 0 250; animation: fillup 3s forwards;
}
.num { color: rgba(255, 255, 255, 0.8); left: 50%; top: 50%; z-index: 999; display: block; position: absolute; transform: translate(-50%, -50%);
}
@keyframes fillup { to { stroke-dasharray: 251 251; }
}
Svg loading circle - Script Codes
Svg loading circle - Script Codes
Home Page Home
Developer Jimmy Van Der Sleen
Username sjimster
Uploaded January 15, 2023
Rating 3
Size 2,271 Kb
Views 4,048
Do you need developer help for Svg loading 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!

Jimmy Van Der Sleen (sjimster) Script Codes
Create amazing sales emails 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!