Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 581 Bytes

speed.md

File metadata and controls

14 lines (10 loc) · 581 Bytes

Speed

Overview

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