move file drop image animation to compositor

pull/21833/head
Germain Souquet 2021-07-02 15:23:27 +01:00
parent a093ea6357
commit a22baa1b2b
1 changed files with 3 additions and 2 deletions

View File

@ -57,14 +57,15 @@ limitations under the License.
@keyframes mx_RoomView_fileDropTarget_image_animation {
from {
width: 0px;
transform: scaleX(0);
}
to {
width: 32px;
transform: scaleX(1);
}
}
.mx_RoomView_fileDropTarget_image {
width: 32px;
animation: mx_RoomView_fileDropTarget_image_animation;
animation-duration: 0.5s;
margin-bottom: 16px;