Skip to content

Commit

Permalink
Remove card-animation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Jan 25, 2020
1 parent d0a7bc1 commit f7ce442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script> new WOW().init(); </script>

<!-- Card Animation jQuery -->
<script src="{{ '/assets/js/card-animation.js' | relative_url }}"></script>

<!-- Initialize all tooltips -->
<script>
$(function () {
Expand Down
3 changes: 3 additions & 0 deletions _sass/_projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
border-radius: $rounded-borders $rounded-borders 0 0;
}

transition: transform 400ms;

&:hover:not(.post) {
transform: translateY(-8px);
box-shadow: -2px 8px 40px -12px rgba(0, 0, 0, 0.24);
}
}
11 changes: 0 additions & 11 deletions assets/js/card-animation.js

This file was deleted.

0 comments on commit f7ce442

Please sign in to comment.