Skip to content

Commit

Permalink
[#55581] animate hover card slightly to make it feel less awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
EinLama committed Nov 29, 2024
1 parent 3c20a5f commit 8a1f7b9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
@import "helpers"

@keyframes fade-in-hover-card
from
opacity: 0
to
opacity: 1

.op-hover-card
animation: fade-in-hover-card .25s ease-in-out
position: absolute
background-color: var(--body-background)
z-index: 5000
Expand Down

0 comments on commit 8a1f7b9

Please sign in to comment.