Pulse Animation

Developer
Size
2,280 Kb
Views
30,360

How do I make an pulse animation?

What is a pulse animation? How do you make a pulse animation? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

Pulse Animation Previews

Pulse Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pulse Animation</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="rings">	<div class="ring__ringlet"></div>	<div class="ring__ringlet"></div>	<div class="ring__ringlet"></div>
</div>
</body>
</html>

Pulse Animation - Script Codes CSS Codes

html,
body { width: 100%; height: 100%; background-color: #2b303b; background: -webkit-linear-gradient(top, #2b303b, #272b35); background: linear-gradient(to bottom, #2b303b, #272b35);
}
.rings { position: absolute; width: 800px; bottom: -75px; left: 50%; margin-left: -400px;
}
.rings .ring__ringlet { width: 400px; height: 400px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 50%; margin-left: 50%; left: -200px; position: absolute; bottom: -160px; -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; -webkit-animation: ring-1 3000ms ease-out infinite; animation: ring-1 3000ms ease-out infinite;
}
.rings .ring__ringlet:nth-of-type(2) { -webkit-animation-delay: 600ms; animation-delay: 600ms;
}
.rings .ring__ringlet:nth-of-type(3) { -webkit-animation-delay: 1200ms; animation-delay: 1200ms;
}
@-webkit-keyframes ring-1 { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}
@keyframes ring-1 { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}
Pulse Animation - Script Codes
Pulse Animation - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 4.5
Size 2,280 Kb
Views 30,360
Do you need developer help for Pulse 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!

Alex Pate (alexpate) Script Codes
Create amazing Facebook ads 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!