Open ffoodd opened 4 years ago
note that autoplaying carousels already pause/stop on hover (and, to an extent, when tapped on a touchscreen, though i seem to remember there they restart again after a long period of inactivity)
hide transitioning elements from ATs
non-visible slides are display:none
, so hidden. do you mean hiding them in the few microseconds where they're transitioning?
i'd also add better/more visible focus indication on prev/next (ideally just for keyboard users - that'd require something like whatinput, which we decided against ages ago - or using the :focus-visible
stuff at least for future compatibility, and/or with polyfill)
Carousels might be improved, or at least it worths the try:
Required
data-bs-wrap="false"
and stopped at one endNice to have
Docs:
Relates to #22549