Chrome-like Spinning Loading Indicator

Developer
Size
2,372 Kb
Views
22,264

How do I make an chrome-like spinning loading indicator?

SVG animated loading indicator. What is a chrome-like spinning loading indicator? How do you make a chrome-like spinning loading indicator? This script and codes were developed by Brent Jackson on 15 September 2022, Thursday.

Chrome-like Spinning Loading Indicator Previews

Chrome-like Spinning Loading Indicator - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Chrome-like Spinning Loading Indicator</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { fill: rgba(255, 255, 255, 0.8); background-color: #f36;
}
.icon-loading { width: 2em; height: 2em;
}
html, body { height: 100%;
}
.min-h100 { min-height: 100%;
}
.center { text-align: center;
}
.table { display: table; width: 100%;
}
.table-cell { display: table-cell; vertical-align: middle;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="table min-h100 center"> <div class="table-cell"> <svg class="icon-loading" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/> <path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"> <animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur=".8s" repeatCount="indefinite" /> </path> </svg> </div>
</div>
</body>
</html>

Chrome-like Spinning Loading Indicator - Script Codes CSS Codes

body { fill: rgba(255, 255, 255, 0.8); background-color: #f36;
}
.icon-loading { width: 2em; height: 2em;
}
html, body { height: 100%;
}
.min-h100 { min-height: 100%;
}
.center { text-align: center;
}
.table { display: table; width: 100%;
}
.table-cell { display: table-cell; vertical-align: middle;
}
Chrome-like Spinning Loading Indicator - Script Codes
Chrome-like Spinning Loading Indicator - Script Codes
Home Page Home
Developer Brent Jackson
Username jxnblk
Uploaded September 15, 2022
Rating 3.5
Size 2,372 Kb
Views 22,264
Do you need developer help for Chrome-like Spinning Loading Indicator?

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!

Brent Jackson (jxnblk) 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!