From 8c0b99f175b74119a328ff9d9b12b0f6a38ad8b5 Mon Sep 17 00:00:00 2001 From: atomiks Date: Wed, 28 Feb 2018 21:34:26 +1000 Subject: [PATCH] 0.25s transition --- snippets/hover-underline-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/hover-underline-animation.md b/snippets/hover-underline-animation.md index 7405c1194..8c86076b4 100644 --- a/snippets/hover-underline-animation.md +++ b/snippets/hover-underline-animation.md @@ -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);