add transition to card hovers
This commit is contained in:
parent
a7d8d1a7b0
commit
7c380ce01b
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue