/smooth-horizontal-scroll

Vanilla JS horizontal scroll functionality.

Primary LanguageJavaScript

Smooth Horizontal Scroll

Vanilla JS smooth horizontal scroll functionality.

Create a parent container with id="scroll-container". Inside, place scrollable items with class="scroll-item".

See index.html for example of markup structure.

Initialize:

var horizontalScroll = smoothHorizontalScroll();
horizontalScroll.init();

Call every time you add a scroll item to scroll-container:

horizontalScroll.updateScrollItems();