I'm using Locomotive scroll library to animate gallery view horizontaly on scroll. Problem is mobile view.
See the demo: DEMO
const lscroll = new LocomotiveScroll({
el: document.querySelector("[data-scroll-container]"),
smooth: true,
direction: "horizontal"
});
See the code: CODE