I want to have a container which scrolls in horizontal direction on mouse wheel scroll. For this purpose I need event.deltaY value, which I am not getting.
FYI - I am using page flow method to use js code method. But I cannot get event value in the value selector
What I want to achieve is horizontal scrolling with mouse wheel rotation ? For this I need deltaY value from wheel event.
The method you mentioned works, but only to the right side scrolling. If you want scroll back to its original positon, you can’t scroll. The value is stuck there.
Please keep in mind that the wheel event is applied to a overflowing flex container. So I want scroll event inside that container only.