about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css
blob: 8b9a9f65837204b4807a46fec3108ce34a953d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*.imageUnloaded {*/
/*    scale: 3;*/
/*    opacity: 0.5;*/
/*    transition: scale 0.5s ease-in-out;*/
/*}*/

.imageLoaded {
     opacity: 1;
     scale: 1;
 }