Example of Keyboard Navigation in ASP.NET MVC Carousel Control
This sample demonstrates the keyboard navigation functionalities of the ASP.NET MVC Carouselopens in a new tab component.
DEMO
SOURCE
The ASP.NET MVC Carousel
component can be interacted with keyboard navigation. Below key
combinations can be used in Carousel to initiate various actions.
- Alt + J keys to focus the carousel component (done at application end).
- Arrows keys to navigate between slides.
- Home to navigate to the first slide.
- End to navigate to the last slide.
- Space to play/pause the slide transitions.
- Enter to perform the respective action on its focus.
More information about accessbilities of ASP.NET MVC Carousel component can be found in this documentation opens in a new tab section.