locoscroll problem with horizontal scroll

vadoforte123

New member
XNullUser
Joined
Feb 1, 2024
Messages
3
Reaction score
0
Points
1
Location
culonia
NullCash
33
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.
 
Top