Enabling Mouse Scroll for the Carousels in addition to Drag Scroll #44
mohanamisra
started this conversation in
General feedback or Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Embala Carousel has a drag-to-scroll functionality, and buttons to scroll left and right if required.
However, a mouse scroll feature is not only more intuitive, but is also easier than dragging (especially for mobility impaired users) and feels more precise to a user.
For example, this is me demonstrating drag to scroll. Unless you drag a certain way, the carousel snaps back.
This is a version of a mouse scrollable solution I have implemented:
The left and right side scroll buttons are still functional. This is just something extra for people who expect a certain behaviour from a carousel component.
I did not create a new issue because I'm new to the community and didn't want to assume (perhaps the drag-to-scroll is a deliberate design choice?).
Please do inform if this is an issue worth creating and implementing the solution to, or any other feedback you might have.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions