Skip to content

Commit

Permalink
updated image effect
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
Giuseppe Macri committed Sep 5, 2023
1 parent 4e627b9 commit c0b5ee5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions website/src/components/studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,7 @@ const MapCardImage = styled.img`
height: 230px;
width: 386px;
box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.5);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
transition: transform 350ms;
`;

const MapCard = styled.a`
Expand All @@ -176,7 +167,7 @@ const MapCard = styled.a`
:hover {
${MapCardImage} {
transform: translateY(8px);
transform: scale3d(1.05, 1.05, 1.05);
}
}
`;
Expand Down

0 comments on commit c0b5ee5

Please sign in to comment.