<media-seek-forward-button>
Button to jump ahead 30 seconds in the media.
Default
<media-seek-forward-button></media-seek-forward-button>
Adjust seek offset (10 seconds)
<media-seek-forward-button seek-offset="10"></media-seek-forward-button>
Alternate content
<media-seek-forward-button>
<span slot="forward">Forward</span>
</media-seek-forward-button>
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 |
Styling
Section titled StylingSee our styling docs