<media-seek-forward-button>
Button to jump ahead 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 backward |
Slots
Section titled SlotsName | Default Type | Description |
---|---|---|
forward | svg | The element shown for the seek forward button’s display |
Example
Section titled Example<media-seek-forward-button>
<svg slot="forward"><!-- your SVG --></svg>
</media-seek-forward-button>
Styling
Section titled StylingSee our styling docs