-
-
Notifications
You must be signed in to change notification settings - Fork 150
Accessibility option - add Pause capability to Carousel by keyboard/user interaction not by mouse #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@baloo32 Thanks for the heads-up!
|
@xidedix sorry, can't reopen this issue - no permission. |
@baloo32, it should work with version |
Hi; yes just updated to 5.3.14 and the "unpause" now works as expected. Many thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Carousel is great but it's use fails a Web Content Accessibility Guidelines (WCAG) 2 Level AA Conformance accessibility review due to the inability to programmatically pause the carousel outside of on mouse hover.
If you set the
interval
value to 0, the code doesn't ever recheck the value if it is subsequently changed to a positive value again, so while it is possible to stop the transitions, there is no way to restart them?The text was updated successfully, but these errors were encountered: