🌐
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
🌐
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 › Quelklef › pen › ojpEMj
Animated Hover Border
body padding: 0 margin: 0 #wrap ... $animation-time: 0.15 &:before, &:after width: 0 height: $border-width transition: width 1s * $animation-time / 4 div ......
🌐
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 › SitePoint › pen › zwaGXR
Animated border lines 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.
Find elsewhere
🌐
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 › ccrch › pen › bNpOZx
Animated rounded border on hover
Animated rounded border on hover. Outline going back & forth....
🌐
CodePen
codepen.io › co0kie › pen › abbopMW
Border hover effects
You can apply CSS to your Pen from any stylesheet on the web.
🌐
Essential Web Apps
essentialwebapps.com › home › 10+ css border animations (latest collection)
10+ CSS border animations (latest collection) - Essential Web Apps
February 27, 2022 - circle border animation css codepen, circle border animation css left to right · browsers-compatibility: Chrome, Edge, Firefox, Opera, Safari · Responsive: Yes · Dependencies: No · hover to play · Author Chebotaiev Anton · Demo & Code · Tech used HTML / CSS ·
🌐
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
🌐
CodePen
codepen.io › seanfree › pen › NpMevj
Button Hover Border Animations
Using pseudo elements to mimic an element's border with transition and alternating transform-origin on hover...
🌐
CodePen
codepen.io › ramkirat › pen › VWzNYm
Cool Css Button Border Animation On Hover - CSS3 Hover Effects - Pure CSS
<html> <head> <title>Cool Css Button Border Animation On Hover</title> </head> <body> <h2>Cool Css Button Border Animation On Hover - CSS3 Hover Effects - Pure CSS</h2> <a href="#"><span></span>Button</a> </body> </html>
🌐
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.
🌐
CSS-Tricks
css-tricks.com › animating-border
Animating Border | CSS-Tricks
December 6, 2017 - The most straightforward way to animate a border is… well, by animating border. .border-button { border: solid 5px #FC5185; transition: border-width 0.6s linear; } .border-button:hover { border-width: 10px; } See the Pen by Shaw (@shshaw) ...
🌐
CodePen
codepen.io › bhv › pen › yowprm
Link Hover Effect: Animate Border Bottom
You can apply CSS to your Pen from any stylesheet on the web.