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;