Browse Source

reverted hover to scaling instead of animation

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
74617f3646
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/style.css

4
css/style.css

@ -527,8 +527,8 @@ body {
display: none; display: none;
position: absolute; position: absolute;
top: 0; top: 0;
animation: pulse 0.7s ease-in-out; transform: scale(1.08);
transition-duration: 0.5s; } transition-duration: 0.75s ease-in-out; }
.member:hover img.colored { .member:hover img.colored {
display: block; } display: block; }

Loading…
Cancel
Save