From eb34c451454f3c28a27839bfa5c4d93cf0a4d747 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 28 Dec 2020 21:16:54 +0100 Subject: [PATCH] apply transform trick to get GPU optimized animations --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 68ffbb0..223d1ee 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -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 {