Skip to content

Commit

Permalink
0.25s transition
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Feb 28, 2018
1 parent f6ac364 commit 8c0b99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/hover-underline-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Creates an animated underline effect when the text is hovered over.
left: 0;
background-color: #0087ca;
transform-origin: bottom right;
transition: transform 0.2s ease-out;
transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
transform: scaleX(1);
Expand Down

0 comments on commit 8c0b99f

Please sign in to comment.