"> "> ">

Locomotive Scroll (Smooth Scrolling) in Webflow

<link rel="stylesheet" href="<https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css>">
<script src="<https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js>"></script>
<script>
const locoScroll = new LocomotiveScroll({
  el: document.querySelector(".locomotive-scroll"),
  smooth: true,
  multiplier: 1.0,
}); 
</script>