adds example progress bar
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
bind:currentTime
|
bind:currentTime
|
||||||
let:duration
|
let:duration
|
||||||
>
|
>
|
||||||
|
<progress data-paused={paused ? 'true' : 'false'} max={duration} value={currentTime} />
|
||||||
|
|
||||||
<h5>Custom audio controls</h5>
|
<h5>Custom audio controls</h5>
|
||||||
|
|
||||||
<h6>Audio Actions</h6>
|
<h6>Audio Actions</h6>
|
||||||
|
|||||||
Reference in New Issue
Block a user