<media-seek-backward-button>
Button to jump back 30 seconds in the media.
Attributes
Section titled Attributes| Name | Type | Default Value | Description |
|---|---|---|---|
seek-offset | number | 30 | Adjusts how much time (in seconds) the playhead should seek forward |
Slots
Section titled Slots| Name | 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