mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
more subtle scale up animation for user card
This commit is contained in:
parent
474c947427
commit
33df000bb7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user