Merge pull request #3674 from matrix-org/dbkr/read_marker_css_transition

Change read markers to use CSS transitions
This commit is contained in:
David Baker 2019-11-27 09:18:53 +00:00 committed by GitHub
commit dd7b08ec25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 176 additions and 173 deletions

View file

@ -221,6 +221,9 @@ hr.mx_RoomView_myReadMarker {
position: relative;
top: -1px;
z-index: 1;
transition: width 400ms easeInSine 1s, opacity 400ms easeInSine 1s;
width: 99%;
opacity: 1;
}
.mx_RoomView_callStatusBar .mx_UploadBar_uploadProgressInner {