From 1b74216fc4afa740991dcc9986eb6843c5b07a59 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 2 Jan 2020 21:01:30 +0100 Subject: Smooth post link animation --- components/Posts/PostLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue index 54cd934..8d0a669 100644 --- a/components/Posts/PostLink.vue +++ b/components/Posts/PostLink.vue @@ -44,7 +44,7 @@ export default { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); background: #ffffff; text-align: left; - transition: transform 300ms ease-in-out; + transition: all 300ms ease-in-out; } .post-link:hover { -- cgit 1.4.1