Skip to content

Commit

Permalink
project card rotate animation
Browse files Browse the repository at this point in the history
  • Loading branch information
heytulsiprasad authored and ankitjena committed Dec 12, 2019
1 parent ab6a15f commit e39841a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -9190,7 +9190,11 @@ textarea {
display: block;
height: 400px;
width: 100%;
overflow: hidden;

/* Project cards rotate animation */
perspective: 250rem;
-moz-perspective: 250rem;
-webkit-perspective: 250rem;
}
.project-item:hover .project-item-card-front {
-webkit-transform: rotateY(180deg);
Expand Down

0 comments on commit e39841a

Please sign in to comment.