use standar animations for card component

This commit is contained in:
btzr-io 2017-10-08 16:52:29 -06:00
parent dd8ab647b8
commit 725b9e1066

View file

@ -102,7 +102,7 @@ $font-size-subtext-multiple: 0.82;
cursor: pointer;
}
.card--link {
transition: transform 120ms ease-in-out;
transition: transform 0.2s var(--animation-style);
}
.card--link:hover {
position: relative;
@ -261,7 +261,7 @@ $padding-right-card-hover-hack: 30px;
top: 36%;
z-index: 2;
opacity: 0.8;
transition: transform 60ms ease-in-out;
transition: transform 0.2s var(--animation-style);
&:hover {
opacity: 1.0;