From 74617f3646a71486649079e1cc6b885c8c03b528 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 17:48:15 +0100 Subject: [PATCH] reverted hover to scaling instead of animation --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 693e9a6..78f84df 100755 --- a/css/style.css +++ b/css/style.css @@ -527,8 +527,8 @@ body { display: none; position: absolute; top: 0; - animation: pulse 0.7s ease-in-out; - transition-duration: 0.5s; } + transform: scale(1.08); + transition-duration: 0.75s ease-in-out; } .member:hover img.colored { display: block; }