xgplayer
Version:
video player
25 lines (24 loc) • 430 B
CSS
.xg-heatmap {
position: absolute;
height: 40px;
width: 100%;
left: 50%;
transform: translateX(-50%);
bottom: 10px;
opacity: 0;
transition: opacity 0.2s;
pointer-events: none;
}
.xg-heatmap .xg-heatmap-canvas {
height: 100%;
width: 100%;
}
.xg-heatmap.xg-heatmap-active-show {
opacity: 0;
}
.xg-heatmap.xg-heatmap-normal {
opacity: 1;
}
.xgplayer-progress.active .xg-heatmap-active-show {
opacity: 1;
}