Sound Wave Loading Animation

Developer
Size
2,285 Kb
Views
20,240

How do I make an sound wave loading animation?

What is a sound wave loading animation? How do you make a sound wave loading animation? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

Sound Wave Loading Animation Previews

Sound Wave Loading Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sound Wave Loading Animation</title> <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! */ #bars { height: 30px; left: 50%; margin: -30px 0 0 -20px; position: absolute; top: 50%; width: 40px;
}
.bar { background: #E20074; bottom: 1px; height: 3px; position: absolute; width: 3px; animation: sound 0ms -800ms linear infinite alternate;
}
@keyframes sound { 0% { opacity: .35; height: 3px; } 100% { opacity: 1; height: 28px; }
}
.bar:nth-child(1) { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2) { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3) { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4) { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5) { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6) { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7) { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8) { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9) { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }​ </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id='bars'> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div> <div class='bar'></div>
</div>
</body>
</html>

Sound Wave Loading Animation - Script Codes CSS Codes

#bars { height: 30px; left: 50%; margin: -30px 0 0 -20px; position: absolute; top: 50%; width: 40px;
}
.bar { background: #E20074; bottom: 1px; height: 3px; position: absolute; width: 3px; animation: sound 0ms -800ms linear infinite alternate;
}
@keyframes sound { 0% { opacity: .35; height: 3px; } 100% { opacity: 1; height: 28px; }
}
.bar:nth-child(1) { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2) { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3) { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4) { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5) { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6) { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7) { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8) { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9) { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }​
Sound Wave Loading Animation - Script Codes
Sound Wave Loading Animation - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 4.5
Size 2,285 Kb
Views 20,240
Do you need developer help for Sound Wave Loading 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!

El Alemaño (elalemanyo) Script Codes
Create amazing video scripts 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!