I have a customer who requested me to modify the scrolling behavior of his webpage. All discussions aside, he wants it to be on mobile and desktop to be identical and to create an "app like" swiping from entry to entry.
Basically there's a container and if you scroll the container in one direction it should automatically scroll to the next item. I am currently hooking the scroll event and scrolling to the next element but this gets triggered for every scroll (which happens too often).
Example: https://stackblitz.com/edit/angular-1bqmxg
Basically I wanna do what they are doing: https://alvarotrigo.com/fullPage/