When creating a website similar to , one issue that I am facing is the ability to scroll down before clicking the "proceed as anticipated" button. This feature seems to defeat the purpose of having the button trigger an automated scrolling effect if users can simply manually scroll down as well.
My main question is: Is there a way to ensure that the rest of the page only becomes visible once the user has clicked on that button, essentially forcing them to activate the automated scrolling before gaining access to the remainder of the site?
This same functionality is also desired for the next button labeled "act on this message."
Any assistance or guidance on achieving this would be greatly appreciated.
Below is a snippet of the code:
<body>
(Code Snippet)
</body>
In summary, my goal is to reveal the banner section along with the "act..." button upon clicking the "proceed...." button. Subsequently, after pressing the "act..." button, I aim to display the entire content of the site.
I have managed to partially address this issue, but I am encountering difficulties with scrolling after the second click. To view the current state, please visit www.fenrak.com. Your input and support in resolving this matter would be highly valued.