Equalizer

Size
2,009 Kb
Views
14,168

How do I make an equalizer?

Hover effect like the equalizer. Key trick is 'transition-delay' .. What is a equalizer? How do you make a equalizer? This script and codes were developed by Keisuke Takahashi on 19 November 2022, Saturday.

Equalizer Previews

Equalizer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>equalizer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li>
</ul> <script src="js/index.js"></script>
</body>
</html>

Equalizer - Script Codes CSS Codes

body { background-color: #333;
}
body:before{ content:"equalizer"; display: block; width: 90%; margin: 0 auto; color:#081; font-size:3em; font-family: monospace;
}
ul,li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
ul { list-style: none; width: 90%; margin: 0 auto 0; padding: 1em 1em 6em; background-color: #111; display: table; border-radius: 5px; box-shadow: 1em 1em 4em #000 inset;
}
li { display: table-cell; padding: 2.5em 0.5em; background-color: #232; -webkit-transform-origin: center bottom; -webkit-transform: rotateX(0.25turn); -webkit-transition: 1s linear; transform-origin: center bottom; transform: rotateX(0.25turn); transition: 1s linear;
}
ul:hover > li { -webkit-transform: rotateX(1.25turn); transform: rotateX(1.25turn); background-color: #0a3;
}
li:nth-child(10n + 1) {	-webkit-transition-delay: 0.1s; transition-delay: 0.1s;
}
li:nth-child(10n + 2) {	-webkit-transition-delay: 0.2s;	transition-delay: 0.2s;
}
li:nth-child(10n + 3) {	-webkit-transition-delay: 0.3s;	transition-delay: 0.3s;
}
li:nth-child(10n + 4) {	-webkit-transition-delay: 0.4s;	transition-delay: 0.4s;
}
li:nth-child(10n + 5) {	-webkit-transition-delay: 0.5s;	transition-delay: 0.5s;
}
li:nth-child(10n + 6) {	-webkit-transition-delay: 0.6s;	transition-delay: 0.6s;
}
li:nth-child(10n + 7) {	-webkit-transition-delay: 0.7s;	transition-delay: 0.7s;
}
li:nth-child(10n + 8) {	-webkit-transition-delay: 0.8s;	transition-delay: 0.8s;
}
li:nth-child(10n + 9) {	-webkit-transition-delay: 0.9s;	transition-delay: 0.9s; }

Equalizer - Script Codes JS Codes

// Hover effect like the equalizer.
// Key trick is 'transition-delay' .
Equalizer - Script Codes
Equalizer - Script Codes
Home Page Home
Developer Keisuke Takahashi
Username ksksoft
Uploaded November 19, 2022
Rating 3
Size 2,009 Kb
Views 14,168
Do you need developer help for Equalizer?

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!

Keisuke Takahashi (ksksoft) 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!