apply transform trick to get GPU optimized animations

This commit is contained in:
Jakob Ketterl 2020-12-28 21:16:54 +01:00
parent 993aa87776
commit eb34c45145
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@ img.openwebrx-mirror-img
transition-property: left background-color;
transition-duration: 1s;
transition-timing-function: ease-in-out;
transform: translateZ(0);
}
.openwebrx-progressbar--over .openwebrx-progressbar-bar {