Hello fellow devs! I’m struggling with implementing horizontal scrolling in a project using Locomotive Scroll. It's jittery and not as smooth as vertical scrolling. Has anyone faced similar issues or knows how to fix this?
It turned out to be a conflict with CSS transitions applied to the scrolling elements but still stuck.
Any recomandations?
Horizontal scroll on mobile devices can be especially tricky. Make sure your breakpoints and media queries aren't interfering with the scroll behavior.
And also Locomotive Scroll can behave differently across browsers.
It turned out to be a conflict with CSS transitions applied to the scrolling elements but still stuck.
Any recomandations?
Horizontal scroll on mobile devices can be especially tricky. Make sure your breakpoints and media queries aren't interfering with the scroll behavior.
And also Locomotive Scroll can behave differently across browsers.