Audi Ring animation CSS

Size
1,740 Kb
Views
12,144

How do I make an audi ring animation css?

What is a audi ring animation css? How do you make a audi ring animation css? This script and codes were developed by Adrien Clerbois on 25 December 2022, Sunday.

Audi Ring animation CSS Previews

Audi Ring animation CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Audi Ring animation CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="spinner"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> <div class="bounce4"></div>
</div>
</body>
</html>

Audi Ring animation CSS - Script Codes CSS Codes

.spinner { margin: 100px auto 0; width: 200px; text-align: center;
}
.spinner > .bounce2 { margin-left: -20px;
}
.spinner > .bounce3 { margin-left: -20px;
}
.spinner > .bounce4 { margin-left: -20px;
}
.spinner > div { width: 40px; height: 40px; border:4px solid #000; border-radius: 100%; display: inline-block; left: 0; position: relative; -webkit-animation: bouncedelay 4.4s infinite ease-in-out; animation: bouncedelay 4.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both;
}
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s;
}
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 40% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}
Audi Ring animation CSS - Script Codes
Audi Ring animation CSS - Script Codes
Home Page Home
Developer Adrien Clerbois
Username AClerbois
Uploaded December 25, 2022
Rating 3
Size 1,740 Kb
Views 12,144
Do you need developer help for Audi Ring animation CSS?

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!

Adrien Clerbois (AClerbois) 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!