0.25s transition
This commit is contained in:
@ -26,7 +26,7 @@ Creates an animated underline effect when the text is hovered over.
|
|||||||
left: 0;
|
left: 0;
|
||||||
background-color: #0087ca;
|
background-color: #0087ca;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
transition: transform 0.2s ease-out;
|
transition: transform 0.25s ease-out;
|
||||||
}
|
}
|
||||||
.hover-underline-animation:hover::after {
|
.hover-underline-animation:hover::after {
|
||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user