Yes, Locomotive Scroll has been implemented in Webflow projects, but many users encounter issues, especially on mobile devices. It's a smooth scrolling library designed for advanced scrolling effects, but it requires careful setup and has known limitations on mobile platforms.
transform
and will-change
, which are heavily used by Locomotive Scroll.position: fixed
may not behave as expected because Locomotive Scroll uses a virtual scroll container.smoothMobile: false
in your Locomotive Scroll config. This disables smooth behavior on mobile while keeping it on desktop.data-scroll-container
attribute and matches the selectors in the JS init.vh
corrections (100vh often misbehaves in mobile Safari).Locomotive Scroll can be used in Webflow, but it often causes mobile performance and compatibility issues. To reduce problems, disable smooth scroll on mobile and set proper fallbacks. For better mobile stability, consider replacing it with Lenis or sticking to native Webflow interactions.