Enabled seeking video position

This commit is contained in:
2018-12-08 06:01:06 +09:00
parent 3502fdaf8d
commit 24069ba1c9
4 changed files with 37 additions and 26 deletions

View File

@ -35,15 +35,15 @@ const video-control-color = rgba(255, 255, 255, 0.75)
:hover
opacity 1 !important
.video-progress-bar
.video-progress-container
flex 1
height 5px
background rgba(255, 255, 255, 0.5)
background rgba(255, 255, 255, 0.3)
border-radius ui-element-border-radius
overflow hidden
.video-current-progress
background rgba(255, 255, 255, 0.75)
.video-progress
background rgba(255, 255, 255, 0.85)
width 100%
height 100%
transform scaleX(0)