Skip to content

Commit

Permalink
Add "swell" animation
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Dec 29, 2024
1 parent 1a217f8 commit eb0a22f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}

.hover-trigger:hover .hover-swell,
.hover-swell:hover {
.hover-swell:hover,
.swell {
transition:transform 0.15s;
transform: scale(1.05);
}
}
Expand Down

0 comments on commit eb0a22f

Please sign in to comment.