Circle button animation for huffpost

Developer
Size
1,700 Kb
Views
14,168

How do I make an circle button animation for huffpost?

What is a circle button animation for huffpost? How do you make a circle button animation for huffpost? This script and codes were developed by Wenting Zhang on 07 November 2022, Monday.

Circle button animation for huffpost Previews

Circle button animation for huffpost - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>circle button animation for huffpost</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="outer">
<div class="mask"> <div class="ring"></div>
</div>
</div>
</body>
</html>

Circle button animation for huffpost - Script Codes CSS Codes

body { margin:0; background-color: #f79e7d;
}
.outer { width: 220px; height: 220px; margin: 10px auto; position:relative; border-radius: 110px; border: solid 1px #ffffff;
}
.mask { position:absolute; top: 55px; width: 220px; height: 110px; overflow: hidden;	/* Firefox */	-moz-transition: all 0.6s ease;	/* WebKit */	-webkit-transition: all 0.6s ease;	/* Opera */	-o-transition: all 0.6s ease;	/* Standard */	transition: all 0.6s ease;
}
.outer:hover .mask {
transform:rotate(270deg);
-ms-transform:rotate(270deg); /* IE 9 */
-webkit-transform:rotate(270deg);
height: 220px; top: 0;
}
.ring { position: absolute; top:-55px; width: 200px; height: 200px; border: solid 10px #ffffff; border-radius: 120px;	/* Firefox */	-moz-transition: all 0.6s ease;	/* WebKit */	-webkit-transition: all 0.6s ease;	/* Opera */	-o-transition: all 0.6s ease;	/* Standard */	transition: all 0.6s ease;
}
.outer:hover .ring { top: 0px;
}
Circle button animation for huffpost - Script Codes
Circle button animation for huffpost - Script Codes
Home Page Home
Developer Wenting Zhang
Username wentin
Uploaded November 07, 2022
Rating 3
Size 1,700 Kb
Views 14,168
Do you need developer help for Circle button animation for huffpost?

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!

Wenting Zhang (wentin) 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!