Some rendering optimizations
This commit is contained in:
parent
914b46e893
commit
7da6cb8881
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user