From f4b9decd23bf7db158fb29ac005eeb8b12aa18a9 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 30 Dec 2020 17:45:32 +0100 Subject: [PATCH] more animation performance optimizations --- htdocs/css/openwebrx.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 223d1ee..05cfcbf 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -561,10 +561,11 @@ img.openwebrx-mirror-img width: 100%; position: absolute; left: -100%; - transition-property: left background-color; + transition-property: left,background-color; transition-duration: 1s; transition-timing-function: ease-in-out; transform: translateZ(0); + will-change: left; } .openwebrx-progressbar--over .openwebrx-progressbar-bar {