0👍
Just figured out, i had to use locomotive on About with direction: horizontal
insteada the GSAP.
const scroll = new LocomotiveScroll({
el: document.querySelector('[data-scroll-container]'),
smooth: true,
direction: 'horizontal',
});
- [Vuejs]-How to get the reference of recursive components in Vue3?
- [Vuejs]-How do I turn my current page displaying profiles into one that uses infinite scrolling?
Source:stackexchange.com