Fix: Disabled or adjusted some animations for improved performance on low-end TVs
This commit is contained in:
parent
2336be539a
commit
5c915d6ac1
1 changed files with 20 additions and 5 deletions
|
|
@ -2183,10 +2183,6 @@ progress + span {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .emby-checkbox:focus + span + .checkboxOutline {
|
|
||||||
transform: scale(1.75);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cardIndicators {
|
.cardIndicators {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -3940,6 +3936,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
|
||||||
background: linear-gradient(transparent, var(--darkerGradientPointAlpha) 20em);
|
background: linear-gradient(transparent, var(--darkerGradientPointAlpha) 20em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* performance improvements fot low-end TVs - start */
|
||||||
|
|
||||||
/* .layout-tv *,
|
/* .layout-tv *,
|
||||||
.layout-tv *::before,
|
.layout-tv *::before,
|
||||||
.layout-tv *::after {
|
.layout-tv *::after {
|
||||||
|
|
@ -3961,11 +3959,28 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
/* .layout-tv .emby-checkbox:focus + span + .checkboxOutline {
|
||||||
|
transform: scale(1.75);
|
||||||
|
} */
|
||||||
|
|
||||||
.layout-tv .show-focus:focus,
|
.layout-tv .show-focus:focus,
|
||||||
.layout-tv .show-animation:focus {
|
.layout-tv .show-animation:focus,
|
||||||
|
.emby-select-focusscale:focus {
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .focuscontainer,
|
||||||
|
.layout-tv .backdropImage {
|
||||||
|
animation-duration: 0s !important;
|
||||||
|
backdrop-filter: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card.show-animation .cardBox {
|
||||||
|
transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* performance improvements fot low-end TVs - end */
|
||||||
|
|
||||||
/* basic styling for the Media Bar Plugin - start
|
/* basic styling for the Media Bar Plugin - start
|
||||||
for extended styling, use the add-on */
|
for extended styling, use the add-on */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue