You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple canvases in a manifest, Ramp should allow for navigation between them via controls on the player's toolbar. With back and next buttons available when there is more than one file, users can navigate more quickly. VideoJS appears to have an icon for this under "previous-item".
Definition of Done
When more than one canvas/file is present in a manifest, "back" and "next" buttons appear next to the Play button
Selecting the back button will load the preceding canvas media into the player
Selecting the next button will load the following canvas media into the player
Selecting Back on the first section will restart the section from the beginning
Selecting Next on the last section will have no effect
Mockup
The text was updated successfully, but these errors were encountered:
Used video.js to create custom components to previous and next buttons. If only a single canvas, just the play button. If more than one canvas, instantiate the previous and next buttons.
On first canvas, hover over previous button says "Replay". On second or later canvas, hover over previous button says "Next"
elynema
changed the title
Add Previous and Next Buttons
Add Previous and Next Buttons to navigate between Canvases
May 26, 2023
Description
When there are multiple canvases in a manifest, Ramp should allow for navigation between them via controls on the player's toolbar. With back and next buttons available when there is more than one file, users can navigate more quickly. VideoJS appears to have an icon for this under "previous-item".
Definition of Done
Mockup
The text was updated successfully, but these errors were encountered: