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
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. ... This Pen doesn't use any external CSS resources.
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 › 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
Minimize CSS Editor · Fold All · Unfold All · // 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-transitio
CodePen
codepen.io › tag › border-animation
Pens tagged 'border-animation' 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 › 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 › ramkirat › pen › VWzNYm
Cool Css Button Border Animation On Hover - CSS3 Hover Effects - Pure CSS
/* common css */ body { margin: 0; padding: 0; background: #262626; } h2 {color: #fff; text-align: center;} /* button hover amazing effect */ a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; text-decoration: none; text-align: center; /* line-height: 2; */ color: #ff0; font-size: 30px; font-family: verdana; letter-spacing: 4px; /* use combination of any two */ /* 1. */ /* padding: 5px; */ /* 2. */ padding-left: 5px; /* padding-right: 5px; */ } a::before, a::after, span::before, span::after { content: ''; position: absolute; width: 8px; he
Prismic
prismic.io › blog › css-hover-effects
CSS Hover Effects: 40 Engaging Animations To Try
December 11, 2024 - This animation is powered by an ::after attached to each link. On hover, the width of ::after extends to 100%, making it fill its source element. ... Interactive CodePen loads when it gets near the viewport.
Slider Revolution
sliderrevolution.com › home › awesome css border animation examples to use
Awesome CSS Border Animation Examples to Use in Your Websites
January 27, 2026 - The W3C CSS Specifications recommend using hardware-accelerated properties like transform and opacity to maintain optimal performance optimization, particularly on mobile devices. ... Panos Christophides created this hover-triggered animation that combines color transitions with border outlining.