SVG fill animation

Developer
Size
2,203 Kb
Views
10,120

How do I make an svg fill animation?

Simple test of svg fill animation. What is a svg fill animation? How do you make a svg fill animation? This script and codes were developed by Anthony on 04 January 2023, Wednesday.

SVG fill animation Previews

SVG fill animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG fill animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg class="product__star" height="20" viewBox="0 0 98 94" width="20"><polygon points="48 6 65 30 92 37 75 60 75 88 48 80 22 88 22 60 6 37 32 30" style="stroke-width:10"></polygon><clippath id="star"><polygon points="48 6 65 30 92 37 75 60 75 88 48 80 22 88 22 60 6 37 32 30" style="stroke-width:10"></polygon></clippath><g clip-path="url(#star)"><rect height="100%" width="100%"></rect></g></svg>
</body>
</html>

SVG fill animation - Script Codes CSS Codes

.product__star polygon { stroke: #818181; fill: transparent; transition: fill .3s ease-in-out;
}
.product__star rect { transform: translateY(100%); fill: #818181; transition: transform .3s ease-in-out;
}
.product__star:hover rect, .product__star.product__star--active rect { transform: translateY(0); fill: #818181;
}
SVG fill animation - Script Codes
SVG fill animation - Script Codes
Home Page Home
Developer Anthony
Username Tonours
Uploaded January 04, 2023
Rating 3
Size 2,203 Kb
Views 10,120
Do you need developer help for SVG fill 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!

Anthony (Tonours) Script Codes
Create amazing blog posts 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!