replace velocity-animate with CSS transitions

This commit is contained in:
Germain Souquet
2021-04-08 10:36:14 +01:00
parent 021ceeb7c3
commit 8d60d85570
6 changed files with 50 additions and 94 deletions
+4
View File
@@ -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 {