Glow loading

Size
2,414 Kb
Views
14,168

How do I make an glow loading?

What is a glow loading? How do you make a glow loading? This script and codes were developed by James Crockford on 19 November 2022, Saturday.

Glow loading Previews

Glow loading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Glow loading</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="o-loading"></div>
</body>
</html>

Glow loading - Script Codes CSS Codes

@keyframes rotate { 0% { transform: rotate(0) scale(1); opacity: 0.5; } 50% { transform: rotate(180deg) scale(1.2); opacity: 1; } 100% { transform: rotate(360deg) scale(1); opacity: 0.5; }
}
.o-loading { animation-name: rainbow; animation-duration: 12s; animation-iteration-count: infinite;
}
.o-loading:before, .o-loading:after { position: absolute; top: calc( 50% - 50px ); left: calc( 50% - 50px ); content: ""; display: inline-block; animation-name: rotate; animation-duration: 1s; animation-timing-function: linear; transform-origin: center; animation-iteration-count: infinite; border-radius: 50%; width: 100px; height: 100px; background: transparent; border: solid 3px rgba(0, 0, 0, 0.2); border-top-color: inherit;
}
.o-loading:after { filter: blur(20px);
}
@keyframes rainbow { 0% { color: red; } 14% { color: #FFA300; } 28% { color: yellow; } 42% { color: #00FF27; } 56% { color: #00F9FF; } 70% { color: blue; } 84% { color: #FF00D3; } 100% { color: red; }
}
body { background: #222;
}
Glow loading - Script Codes
Glow loading - Script Codes
Home Page Home
Developer James Crockford
Username james_crockford
Uploaded November 19, 2022
Rating 3
Size 2,414 Kb
Views 14,168
Do you need developer help for Glow loading?

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!

James Crockford (james_crockford) Script Codes
Create amazing art & images 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!