Closed Webjin closed 3 weeks ago
Is OneItemScroll example is what you looking for https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/?path=/story/examples-oneitemscroll--one-item-scroll ?
onWheel
can be adjusted similar to arrows.
Amazing! Thanks for the quick response<3
Currently when I scroll using the mouse scrollwheel, or when I use the LeftArrow or the RightArrow, the ScrollMenu almost directly scrolls the the end of the horizontal width.
What I would like is a configuration option to set the amount of scroll per scrollwheel ticket, or per click.
In my situation I would simply like the next "react-horizontal-scrolling-menu--item" to become the most left item. and each scrollttick to the right, or each click on the RightArrow should move the ScrollMenu one item to the left.