replace velocity-animate with CSS transitions
This commit is contained in:
parent
021ceeb7c3
commit
8d60d85570
6 changed files with 50 additions and 94 deletions
|
@ -282,6 +282,10 @@ $left-gutter: 64px;
|
|||
display: inline-block;
|
||||
height: $font-14px;
|
||||
width: $font-14px;
|
||||
|
||||
transition:
|
||||
left .1s ease-out,
|
||||
top .3s ease-out;
|
||||
}
|
||||
|
||||
.mx_EventTile_readAvatarRemainder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue