Reduce animation time to 200ms

This commit is contained in:
lukebarnard 2017-01-19 11:52:15 +01:00
parent f10bc8eef1
commit e08f97a549

View File

@ -208,10 +208,10 @@ hr.mx_RoomView_myReadMarker {
z-index: 1000; z-index: 1000;
overflow: hidden; overflow: hidden;
-webkit-transition: all .5s ease-in-out; -webkit-transition: all .2s ease-in-out;
-moz-transition: all .5s ease-in-out; -moz-transition: all .2s ease-in-out;
-ms-transition: all .5s ease-in-out; -ms-transition: all .2s ease-in-out;
-o-transition: all .5s ease-in-out; -o-transition: all .2s ease-in-out;
} }
.mx_RoomView_statusArea_expanded { .mx_RoomView_statusArea_expanded {