Updated Video Component x2

• Updated:
- Video Component x2
- Smooth seek transition with linear
- Hide large center play, volume slider, pip on mobile
- Update to buffering
This commit is contained in:
mgabdev
2020-06-10 20:30:11 -04:00
parent 2b69ddc849
commit 5665094fd0
2 changed files with 46 additions and 31 deletions

View File

@@ -827,6 +827,10 @@ body {
list-style: none;
}
.videoEase {
transition: left 0.25s linear, width 0.25s linear;
}
.videoPlayerControlsBackground {
background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.45) 60%, transparent);
}