Hello, I have a question. I would like to make a vertical arrow button to send user on landing page to different sections on the same page. How to set up this icon/ arrow / button to make something like that ? Thank you for your kindness
Use the Scroll to Widget action and put an invisible widget (like a Hotspot) at each place you want to be able to scroll to. Then use the action to scroll to the Hotspot.
Are you going to have the same area scroll to different areas? How are you going to determine which area to scroll to?
I trying to make a button to scroll for example to one section with informations on top of the page to the bottom of the page ( where is another section with another information ). Is any chance to help and show me situation on file ? I trying to use On Scroll but this doesnt work
No time to provide an example, but there’s not much to it. You need a button and a widget to scroll to.
Button
OnClick
Scroll to Widget scrollTargetWidget
Then add a widget named scrollTargetWidget to wherever you want to scroll to.
thank you for your help !