Browse Source
reverted hover to scaling instead of animation
redesign
Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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; } |
|
|