Circle-background-animation

Developer
Size
1,853 Kb
Views
16,192

How do I make an circle-background-animation?

What is a circle-background-animation? How do you make a circle-background-animation? This script and codes were developed by Salman Raza on 02 November 2022, Wednesday.

Circle-background-animation Previews

Circle-background-animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Circle-background-animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapper"> <div class="circle circle_1"></div> <div class="circle circle_2"></div> <div class="circle circle_3"></div> <div class="circle circle_4"></div> </div>
</body>
</html>

Circle-background-animation - Script Codes CSS Codes

* {margin: 0; padding: 0;}	body {width: 100%; height: 100%;}	#wrapper {width: 100%; height: 100vh; position: relative;background-color: #000; overflow: hidden !important;}	.circle {width: 10px; height: 10px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; border:1px solid #fff; border-radius: 100%; }	.circle_1 {	width: 3%;height: 3%;}	.circle_2 {	width: 5%;height: 5%;}	.circle_3 {	width: 7%;height: 7%;}	.circle_4 {	width: 9%;height: 9%;}	.circle_5 {	width: 11%;height: 11%;}	/* Animation */	.circle_1 {-webkit-animation: circle_1 2s ease-in infinite; animation: circle_1 2s ease-in infinite;}	.circle_2 {-webkit-animation: circle_2 3s ease-in infinite; animation: circle_2 3s ease-in infinite;}	.circle_3 {-webkit-animation: circle_3 4s ease-in infinite; animation: circle_3 4s ease-in infinite;}	.circle_4 {-webkit-animation: circle_3 4s ease-in infinite; animation: circle_3 5s ease-in infinite;}	@-webkit-keyframes circle_1 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@keyframes circle_1 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@-webkit-keyframes circle_2 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@keyframes circle_2 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@-webkit-keyframes circle_3 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@keyframes circle_3 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@-webkit-keyframes circle_4 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}	@keyframes circle_4 { 0% {width: 5%; height: 5%; opacity: 1; transform: translate(-50%, -50%) scale(1.0); border-width: 1px; border-color: rgba(255,255,255,0.1);} 100% {width: 100%; height: 100%; opacity: 0.1; border-width: 20px; border-color: rgba(3,133,148,1.0); transform: translate(-50%, -50%) scale(2.0);}	}
Circle-background-animation - Script Codes
Circle-background-animation - Script Codes
Home Page Home
Developer Salman Raza
Username salmanraza
Uploaded November 02, 2022
Rating 3
Size 1,853 Kb
Views 16,192
Do you need developer help for Circle-background-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!

Salman Raza (salmanraza) Script Codes
Create amazing marketing copy 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!