<media-seek-backward-button>
Button to jump back 30 seconds in the media.
Attributes
Section titled AttributesName | Type | Default Value | Description |
---|---|---|---|
seek-offset | number | 30 | Adjusts how much time (in seconds) the playhead should seek forward |
Slots
Section titled SlotsName | Default Type | Description |
---|---|---|
backward | svg | The element shown for the seek backward button’s display |
Example
Section titled Example<media-seek-backward-button>
<svg slot="backward"><!-- your SVG --></svg>
</media-seek-backward-button>
Styling
Section titled StylingSee our styling docs