CSS3 Animations Square to Triangle to Circle infinite

Developer
Size
1,613 Kb
Views
174,064

How do I make an css3 animations square to triangle to circle infinite?

What is a css3 animations square to triangle to circle infinite? How do you make a css3 animations square to triangle to circle infinite? This script and codes were developed by Adam T Pugh on 13 July 2022, Wednesday.

CSS3 Animations Square to Triangle to Circle infinite Previews

CSS3 Animations Square to Triangle to Circle infinite - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Animations Square to Triangle to Circle infinite</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="shape"></div>
</body>
</html>

CSS3 Animations Square to Triangle to Circle infinite - Script Codes CSS Codes

body { font-size: 40px;
}
@keyframes shape { 33% { width: 0; border-color: red transparent; border-width: 0 1em 2em; transform: rotate(0deg); border-radius:0; } 66% { width: 3em; border-color: green transparent; border-width: 0 0 3em; transform: rotate(90deg); border-radius:1.5em; margin-left:0.9em; } 67% { transform: rotate(-180deg); }
}
.shape { border-radius:0; border-left: 0 solid transparent; border-right: 0 solid transparent; animation: shape 2s infinite ease; width: 1em; border-bottom: 1em solid blue; margin: 1em; transform: rotate(-90deg);
}
CSS3 Animations Square to Triangle to Circle infinite - Script Codes
CSS3 Animations Square to Triangle to Circle infinite - Script Codes
Home Page Home
Developer Adam T Pugh
Username tylerism
Uploaded July 13, 2022
Rating 3
Size 1,613 Kb
Views 174,064
Do you need developer help for CSS3 Animations Square to Triangle to Circle infinite?

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!

Adam T Pugh (tylerism) Script Codes
Create amazing art & images 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!