Skip to content

Commit

Permalink
update: card in animation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
maximjsx committed Jan 20, 2025
1 parent 9063475 commit 47f2dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/styles/card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hover-card {
transition: transform 300ms ease-in-out, box-shadow 400ms ease-out;
transition: transform 300ms ease-out, box-shadow 400ms ease-out;
transform: rotate3d(0);
border-radius: 20px;
position: relative;
Expand Down

0 comments on commit 47f2dfd

Please sign in to comment.