Skip to content

Commit

Permalink
[#59879] ease-in animation for hover cards
Browse files Browse the repository at this point in the history
makes the animation much less bumpy on my system
  • Loading branch information
EinLama committed Jan 10, 2025
1 parent 5c54f52 commit 6d72bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
opacity: 1

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

0 comments on commit 6d72bae

Please sign in to comment.