CSS3 Button Hover Animation

Size
2,134 Kb
Views
26,312

How do I make an css3 button hover animation?

Created this CSS3 Button Hover Animation using CSS3 pseudo classes :after and :hover.. What is a css3 button hover animation? How do you make a css3 button hover animation? This script and codes were developed by Mauritius D'Silva on 16 November 2022, Wednesday.

CSS3 Button Hover Animation Previews

CSS3 Button Hover Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Button Hover Animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button>Submit</button>
</body>
</html>

CSS3 Button Hover Animation - Script Codes CSS Codes

button { position: relative; z-index: 1; border: 2px solid #FBD77C; color: #6B6363; background: #fff; font-size: 26px; border-radius: 0px; padding: 0 80px; line-height: 52px; overflow: hidden; cursor: pointer; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s;
}
button::after { content: ''; position: absolute; bottom: 0; left: -50%; border-right: 60px solid #fff; border-bottom: 60px solid transparent; background: #fbd77c; z-index: -1; color: #409dd4; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s;
}
button:hover { color: #409dd4;
}
button:hover:after { left: 0; width: 75%;
}
CSS3 Button Hover Animation - Script Codes
CSS3 Button Hover Animation - Script Codes
Home Page Home
Developer Mauritius D'Silva
Username mauritiusdsilva
Uploaded November 16, 2022
Rating 3
Size 2,134 Kb
Views 26,312
Do you need developer help for CSS3 Button Hover 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!

Mauritius D'Silva (mauritiusdsilva) Script Codes
Create amazing Facebook ads 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!