tweak animation and comment it out for now as it maxes out a whole core on my top-of-the-line MBP...

pull/1332/head
Matthew Hodgson 2016-03-30 01:36:44 +01:00
parent 8603dd4bb4
commit bdf8f655fb
1 changed files with 5 additions and 3 deletions

View File

@ -15,13 +15,15 @@
}
.mx_RoomStatusBar_placeholderIndicator span {
color: #333;
color: #4a4a4a;
opacity: 0.5;
/*
position: relative;
animation-duration: 1s;
animation-name: bounce;
animation-direction: alternate;
animation-iteration-count: infinite;
*/
}
.mx_RoomStatusBar_placeholderIndicator span:nth-child(1) {
@ -41,8 +43,8 @@
}
to {
opacity: 1;
top: -6px;
opacity: 0.2;
top: -3px;
}
}