CodePen
codepen.io › Toomean › pen › abarYv
Border animation on hover
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset.
CodePen
codepen.io › ezzuddindalal › pen › MJNJVB
Hover Border Animation
<html lang="en" class="no-js"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Border Animation Effect with SVG</title> <meta name="description" content="Border Animation" /> <meta name="keywords" content="svg, border effect, animated border, line, grid item, hover, css" /> <meta name="author" content="Ezzuddin" /> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="css/normalize.css" /> <link rel="stylesheet" type="text/css" href="css/styl
Videos
Awesome CSS Border Animation | Quick CSS Animation ...
12:39
CSS Border Animation Tutorial | 2 Effects on Hover - YouTube
06:47
2 Types of Border Animations on HOVER! | Quick CSS - Animated Border ...
02:12
🔥 Modern Border Animation | CSS Only - YouTube
08:44
Awesome Border Animation Effect Using Css | Css Border Animation ...
Awesome CSS Border Animation & Image Hover Effects | Html ...
CodePen
codepen.io › tag › border hover
Pens tagged 'border hover' on CodePen
CodePen doesn't work very well without JavaScript · We're all for progressive enhancement, but CodePen is a bit unique in that it's all about writing and showing front end code, including JavaScript. It's required to use most of the features of CodePen · Need to know how to enable it?
CodePen
codepen.io › simjihun › embed › aMGKLL
CodePen Embed - Border bottom hover effect
h1 { color: #000; display:inline-block; margin:0; text-transform:uppercase; } h1:after { display:block; content: ''; border-bottom: solid 3px #ea2129; transform: scaleX(0); transition: transform 250ms ease-in-out; } h1:hover:after { transform: scaleX(1); } h1.fromRight:after{ transform-origin:100% 50%; } h1.fromLeft:after{ transform-origin: 0% 50%; } This Pen is owned by jihun Sim on CodePen. See more by @simjihun on CodePen · This Pen doesn't use any external CSS resources.
CodePen
codepen.io › mantovanig › pen › dMWNga
Button hover border animations - CSS
<h1>Hover Border Animation</h1> <p>-- Hover and Fun! --</p> <div class="button"> <a href="#"> <p>Hover me</p> <div class="hoverBtn"></div> <div class="hoverBtn-bottom"></div> </a> </div> ... @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); //variables for customization $duration: 0.4s; $border-size: 2px; $border-color: #517180; $button-width: 200px; $button-height: 55px; $size-radius: 5px; $mainFont: 'Montserrat', sans-serif; //------------------------------------------------------------------ @mixin border-radius($size-radius, $sideH) { @if $sideH != 'all' { -webkit-borde
CodePen
codepen.io › jessedean › pen › BzjweX
Button Hover Border Animation
// Border Hover Animation Button $light-gray: #DAE9F4; // rgb(218,233,244) $dark-gray: #9BAEC8; // rgb(155,174,200) $blue: #0395E5; // rgb(3,149,229) $btn-font : 'Open Sans', sans-serif; $btn-font-size : 12px; $btn-letter-spacing : 3px; $btn-border-width : 220px; $btn-border-height : 50px; $btn-border-stroke: 1px; $btn-border-transition: 0.15s; $btn-border-pipeline_width: $btn-border-width+$btn-border-stroke; $btn-border-pipeline_height: $btn-border-height+$btn-border-stroke; $btn-border-pipes: 4; @function border-pipeline ($btn-border-transition, $pipe) { @return $btn-border-transition*$pipe;
CodePen
codepen.io › sarath-ar › pen › dMKxxM
Button Border Hover Effects
<div class="container"> <button class="btn-1"><span>Hover Me</span></button> <button class="btn-2"><span>Hover Me</span></button> <button class="btn-3"><span>Hover Me</span></button> <button class="btn-4"><span>Hover Me</span></button> <button class="btn-5"><span>Hover Me</span></button> <button class="btn-6"><span>Hover Me</span></button> </div> ... @import url(https://fonts.googleapis.com/css?family=PT+Sans); *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body{ font-family: 'PT Sans', sans-serif; display: table; width: 100%; back
CodePen
codepen.io › a3k5 › pen › MWjZpjg
CSS Button With Animated Gradient Border & Blur on Hover
body { height: 100vh; margin: 0; display: flex; justify-content: center; align-items: center; background-color: #020710; font-family: 'Inter' Arial; } .button-wrapper { position: relative; } .button { display: block; font-size: 24px; line-height: 32px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 16px 32px; background-color: black; color: white; border-radius: 50px; border: 0px; cursor: pointer; } .button-bg { position: absolute; top: 0; left: 0; width: calc(100% + 4px); height: calc(100% + 4px); background: linear-gradient(90deg, #FF8038 0%, #FF0099 30.43%, #00EB
FreeFrontend
freefrontend.com › css-border-animations
57 CSS Border Animations
2 weeks ago - You can easily download the source code or fork a specific project on CodePen to customize animation speed, colors, and thickness. ... This is an Animated Border Drawing Button. It transforms a standard call-to-action into a multi-stage micro-interaction. Upon hovering over the button, the component triggers a sequential animation where four corner dots appear, followed by four dashed border lines that “draw” themselves around the button’s perimeter, creating a high-end, futuristic feel.