Wave button

Developer
Size
2,498 Kb
Views
14,168

How do I make an wave button?

What is a wave button? How do you make a wave button? This script and codes were developed by ULRIKA PAN on 14 November 2022, Monday.

Wave button Previews

Wave button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>wave button</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper"><a class="btn" href="#"><span>HOVER</span></a></div>
</body>
</html>

Wave button - Script Codes CSS Codes

@charset "UTF-8";
* { position: relative; font-family: 微軟正黑體; font-weight: 300; letter-spacing: 2px;
}
html, body { margin: 0; padding: 0; width: 100%; height: 100%;
}
.wrapper { height: 100%; background-color: #29292B;
}
.wrapper .btn { text-decoration: none; color: white; border: 1px solid white; padding: 15px 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden;
}
.wrapper .btn span { transition: all 0.5s;
}
.wrapper .btn:before { content: ""; background-color: #fff; width: 140%; padding: 130% 0; position: absolute; transform: translateX(-50px); border-radius: 40%; transition: all 0.5s; animation: wave 4.5s infinite linear; bottom: -155px;
}
@keyframes wave { 0% { transform: translateX(-60px) rotate(0deg); } 100% { transform: translateX(-60px) rotate(360deg); }
}
.wrapper .btn:hover span { color: #29292B;
}
.wrapper .btn:hover:before { bottom: -130px;
}
Wave button - Script Codes
Wave button - Script Codes
Home Page Home
Developer ULRIKA PAN
Username ulrikapan
Uploaded November 14, 2022
Rating 3
Size 2,498 Kb
Views 14,168
Do you need developer help for Wave button?

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!

ULRIKA PAN (ulrikapan) 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!