From 7da6cb8881887420ba489e12f326bdb5809a6ece Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 8 Dec 2018 08:06:31 +0900 Subject: [PATCH] Some rendering optimizations --- styles/video.scarlet | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/video.scarlet b/styles/video.scarlet index 8dabbfbe..6bc16a43 100644 --- a/styles/video.scarlet +++ b/styles/video.scarlet @@ -40,14 +40,16 @@ const video-control-color = rgba(255, 255, 255, 0.75) height 5px background rgba(255, 255, 255, 0.3) border-radius ui-element-border-radius + transform translateZ(0) overflow hidden .video-progress - background rgba(255, 255, 255, 0.85) + background white width 100% height 100% transform scaleX(0) transform-origin 0 + will-change transform .video-time color video-control-color