Skip to content

Commit 44ad7fc

Browse files
committed
Add crumple animation on footer home link hover
- Introduced a new CSS rule to apply a crumple animation effect when hovering over the home link in the footer. - The animation enhances visual feedback and interactivity for users.
1 parent cd6ff5f commit 44ad7fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/crumple.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,9 @@
541541
background-color: #19e6a1;
542542
z-index: 0;
543543
}
544+
545+
/* Crumple Animation */
546+
.footer__link--home:hover~.crumple:after {
547+
-webkit-animation: a 1s .25s linear forwards;
548+
animation: a 1s .25s linear forwards
549+
}

0 commit comments

Comments
 (0)