diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1829aa4..bcbe49bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added * Added option to release claim when deleting a file - * + * Added transition to card hovers to smooth animation ### Changed * diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 60b128afd..a112bd232 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -79,6 +79,9 @@ $card-link-scaling: 1.1; .card__link { display: block; } +.card--link { + transition: transform 120ms ease-in-out; +} .card--link:hover { position: relative; z-index: 1;