Skip to content

Commit

Permalink
Fix msg height tween
Browse files Browse the repository at this point in the history
  • Loading branch information
devyumao committed May 28, 2017
1 parent 8c44982 commit 94e43b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/_mobile.msg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
border-radius: $msg-radius;
box-shadow: 5px 5px 15px 0 rgba(102, 102, 102, 0.1);

transition: width .12s;
transition: width .12s ease-out, height .12s ease-out;
transform: translate3d(0, 0, 0);

.msg-xianzhe & {
Expand Down

0 comments on commit 94e43b4

Please sign in to comment.