@grfzhl/vue-hls-player 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -411,7 +411,7 @@ function changeSpeed(e) {
411
411
  top: 0;
412
412
  width: 100%;
413
413
  z-index: 99;
414
- background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
414
+ background: transparent;
415
415
  -webkit-transition: 1.5s ease-in-out;
416
416
  -moz-transition: 1.5s ease-in-out;
417
417
  transition: 1.5s ease-in-out;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grfzhl/vue-hls-player",
3
3
  "private": false,
4
- "version": "1.0.15",
4
+ "version": "1.0.16",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"