about summary refs log tree commit diff
path: root/components
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-02 21:01:30 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-02 21:01:30 +0100
commit1b74216fc4afa740991dcc9986eb6843c5b07a59 (patch)
tree7e14c6c0ee06edcbc1dd3084d5801ab69be1ee28 /components
parent6b3b28848f06667f36b4c20bf83ada0e5f578a99 (diff)
downloadpuszcza-1b74216fc4afa740991dcc9986eb6843c5b07a59.tar.gz
puszcza-1b74216fc4afa740991dcc9986eb6843c5b07a59.zip
Smooth post link animation
Diffstat (limited to 'components')
-rw-r--r--components/Posts/PostLink.vue2
1 files changed, 1 insertions, 1 deletions
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 {