You are on page 1of 1

import LocomotiveScroll from 'locomotive-scroll';

const scroll = new LocomotiveScroll({


el:document.querySelector('[data-scroll-container]'),
smooth:true,
multiplier: 1
});

You might also like