https://imgur.com/a/0IBWb7T   Works just fine for me. Maybe you need to resize your viewing-window and reload, to make sure locomotive-scroll actually uses the transform-smooth-scrolling ? ...because as already mentioned, it will revert back to native browser scrolling when loaded below a certain window width.   Which is also why you should not remove this line   pinType: document.querySelector(".App").style.transform ? "transform" : "fixed"  
    • Like
    1