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

This commit is contained in:
Matthew Hodgson 2016-03-30 01:36:44 +01:00
parent 8603dd4bb4
commit bdf8f655fb

View File

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