I'm working on an Angular project. The web is using parallax.
I have 3 sections in a webpage. I have a button on the section 1 and I want to scroll just one time to move to section 2 when users click the button (In web parallax just scroll 1 time to transit to a new section).
I try to find the solution on internet also a lot on StackOverFlow. There're only method to scroll with target such as some solution on stackoverflow (It will break parallax behaviour). But I cannot find any method to scroll down just.
Please help. Thanks a lot.