horizontal-scroll icon indicating copy to clipboard operation
horizontal-scroll copied to clipboard

Horizontal scroll with inertia

Results 7 horizontal-scroll issues
Sort by recently updated
recently updated
newest added

I want to use this great package with Next.js Any idea how can I do so..?

I'm using the class="block" with width: 100vw; and height: 100vh; as to create various sections in a horizontal layout, however, a simple menu, with links to the various sections doesn't...

Wondering is this library still maintained. I was trying to add a drag control using [GSAP's Draggable plugin](https://greensock.com/draggable) but I cannot make this library and the plugin work together. How...

I am trying to add next/prev buttons, create a dots navigation but I am not able to animate the `.horizontal-scroll` div. I tried many ways: `TweenMax.to('.horizontal-scroll', 1, { x: -500...

Thanks for the good work! I actually would like to use horizontal-scroll with full height (100vh) and % width blocks (1/3 width), so the screen is exactly filled with 3...