add transition to card hovers

This commit is contained in:
Jeremy Kauffman 2017-07-11 15:41:37 -04:00
parent a7d8d1a7b0
commit 7c380ce01b
2 changed files with 4 additions and 1 deletions

View file

@ -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
*

View file

@ -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;