Svg animate

Size
1,945 Kb
Views
28,336

How do I make an svg animate?

What is a svg animate? How do you make a svg animate? This script and codes were developed by Alex Konstantinov on 08 September 2022, Thursday.

Svg animate Previews

Svg animate - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>svg animate</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> <svg viewbox="0 0 100 100"> <path fill="#1EB287"> <animate attributeName="d" dur="1440ms" repeatCount="indefinite" keyTimes="0; .5; 1" calcMode="spline" keySplines="0,0,1,1; .42,0,.58,1" values="M 0,0 C 50,0 50,0 100,0 100,50 100,50 100,100 50,100 50,100 0,100 0,50 0,50 0,0 Z; M 50,0 C 77.6,0 100,22.4 100,50 100,77.6 77.6,100 50,100 22.4,100, 0,77.6, 0,50 0,22.4, 22.4,0, 50,0 Z; M 100,0 C 100,50 100,50 100,100 50,100 50,100 0,100 0,50 0,50 0,0 50,0 50,0 100,0 Z;"/> <animate attributeName="fill" dur="1440ms" repeatCount="indefinite" keyTimes="0; .0625; .208333333; .3125; .395833333; .645833333; .833333333; 1" calcMode="spline" keySplines="0,0,1,1; .42,0,.58,1; .42,0,1,1; 0,0,.58,1; .42,0,.58,1; .42,0,.58,1; .42,0,.58,1" values="#1eb287; #1eb287; #1ca69e; #188fc2; #188fc2; #bb625e; #ca5f52; #1eb287;"/> </path>
</svg>
</body>
</html>

Svg animate - Script Codes CSS Codes

body { height: 100vh; text-align: center; box-sizing: border-box; padding-top: calc(50vh - 56px);	background: -webkit-radial-gradient(center ellipse, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%);	background: radial-gradient(ellipse at center, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%);
}
svg { display: inline-block; vertical-align: middle;
}
svg { height: 100px; width: 100px; display: inline-block;
}
Svg animate - Script Codes
Svg animate - Script Codes
Home Page Home
Developer Alex Konstantinov
Username oxla
Uploaded September 08, 2022
Rating 4
Size 1,945 Kb
Views 28,336
Do you need developer help for Svg animate?

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 Konstantinov (oxla) Script Codes
Create amazing sales emails 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!