adds seeking support
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
<div id="player-message" class="player-message" role="status" aria-live="polite"></div>
|
||||
|
||||
<div id="controls" class="controls">
|
||||
<div id="playhead" class="playhead">
|
||||
<output id="current-time" class="time-badge current-time" for="seek">0:00</output>
|
||||
<input id="seek" class="seek-slider" type="range" min="0" max="1" step="0.1" value="0" aria-label="Playback position" disabled>
|
||||
<output id="total-time" class="time-badge total-time" for="seek">--:--</output>
|
||||
</div>
|
||||
<button id="back" type="button" class="control-button">Back</button>
|
||||
<button id="play-pause" type="button" class="control-button primary">Pause</button>
|
||||
<button id="mute" type="button" class="control-button">Mute</button>
|
||||
|
||||
Reference in New Issue
Block a user