1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Make breadcrumb animation run on the compositing layer

This commit is contained in:
Germain Souquet
2021-05-28 09:34:08 +01:00
parent 51d88062f9
commit 1a51ed9ffd
3 changed files with 5 additions and 4 deletions

View File

@ -237,6 +237,7 @@ hr.mx_RoomView_myReadMarker {
position: relative;
top: -1px;
z-index: 1;
will-change: width;
transition: width 400ms easeinsine 1s, opacity 400ms easeinsine 1s;
width: 99%;
opacity: 1;