more subtle scale up animation for user card

This commit is contained in:
Régis Hanol 2015-03-03 00:02:16 +01:00
parent 474c947427
commit 33df000bb7

View File

@ -13,9 +13,9 @@
background-position: center center;
min-height: 175px;
opacity: 0;
-webkit-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
-webkit-transition: opacity .2s, -webkit-transform .2s;
transition: opacity .2s, transform .2s;