Some rendering optimizations

This commit is contained in:
Eduard Urbach 2018-12-08 08:06:31 +09:00
parent 914b46e893
commit 7da6cb8881

View File

@ -40,14 +40,16 @@ const video-control-color = rgba(255, 255, 255, 0.75)
height 5px height 5px
background rgba(255, 255, 255, 0.3) background rgba(255, 255, 255, 0.3)
border-radius ui-element-border-radius border-radius ui-element-border-radius
transform translateZ(0)
overflow hidden overflow hidden
.video-progress .video-progress
background rgba(255, 255, 255, 0.85) background white
width 100% width 100%
height 100% height 100%
transform scaleX(0) transform scaleX(0)
transform-origin 0 transform-origin 0
will-change transform
.video-time .video-time
color video-control-color color video-control-color