Animate fill color via currentColor

Developer
Size
1,810 Kb
Views
38,456

How do I make an animate fill color via currentcolor?

What is a animate fill color via currentcolor? How do you make a animate fill color via currentcolor? This script and codes were developed by Andy Hoffman on 24 August 2022, Wednesday.

Animate fill color via currentColor Previews

Animate fill color via currentColor - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animate fill color via currentColor</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <symbol id="icon-stack" viewBox="0 0 16 16"> <title>stack</title> <path class="path1" d="M16 5l-8-4-8 4 8 4 8-4zM8 2.328l5.345 2.672-5.345 2.672-5.345-2.672 5.345-2.672zM14.398 7.199l1.602 0.801-8 4-8-4 1.602-0.801 6.398 3.199zM14.398 10.199l1.602 0.801-8 4-8-4 1.602-0.801 6.398 3.199z"></path> </symbol>
</svg>
<div class="wrapper"> <svg class="icon icon-stack"><use xlink:href="#icon-stack"></use></svg>
</div>
</body>
</html>

Animate fill color via currentColor - Script Codes CSS Codes

@keyframes color_change { 0% { color: #41B9D1; } 20% { color: #9BFF1B; } 40% { color: #F27E18; } 60% { color: #FFD700; } 80% { color: #FF0066; } 100% { color: #41B9D1; }
}
body { background: black;
}
.icon {	width: 100%;	height: 100%;	display: block;	fill: currentColor;
}
.wrapper { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10em; height: 10em; color: #41B9D1; position: absolute; animation: color_change 8s infinite alternate;
}
Animate fill color via currentColor - Script Codes
Animate fill color via currentColor - Script Codes
Home Page Home
Developer Andy Hoffman
Username antibland
Uploaded August 24, 2022
Rating 3
Size 1,810 Kb
Views 38,456
Do you need developer help for Animate fill color via currentColor?

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!

Andy Hoffman (antibland) 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!