Jump Forward/Skip Backward/Speed Plugins

Back to Main

Video Player

Jump Forward

This plugin creates a button to forward media a specific number of seconds.

It will work even when media is not being played initially.

API

Parameter Type Default Description
jumpForwardInterval number 30 Seconds to jump forward media
jumpForwardText string null Title for Jump Forward button for WARIA purposes

Skip Backward

This plugin creates a button to rewind media a specific number of seconds.

It will work even when media is not being played initially.

API

Parameter Type Default Description
skipBackInterval number 30 Seconds to skip back media
skipBackText string null Title for Skip Back button for WARIA purposes

Speed

This plugin creates a button that allows the user to play media at different speed rates.

API

Parameter Type Default Description
speeds array ['1.50', '1.25', '1.00', '0.75'] Enable speeding media; accounts for strings or objects like [{name: 'Slow', value: '0.75'}, {name: 'Normal', value: '1.00'}, ...]
defaultSpeed number 1.00 Initial speed of media
speedChar string x Character used to stop speeding media
speedText string null Title for Speed button for WARIA purposes