Creating a Page Down button in Captivate 19
I'm creating a responsive project with an extended slide height of 1550 px and I would like to add a page down button that will scroll the page down to 760px.
I've done somthing similar on a webpage that I maintain via Wix (volunteer work, not professional) where I added anchors so that the button will go to the anchor of the webpage.
My initial thought, was to add a java script to the button, but when I tested it, it actually brings me back to the top of the page, which is opposite of what I want it to do. Below is the script that I added.
window.scrollTo({ top: 760, behavior: 'smooth' })
Can I do something similar to what I've done on a webpage in Captivate? Does anyone have tips on how to easily add a page down button to the extended slide.
I'm a novice in Captivate, so I need to try to keep this relatively simple.
Thanks in advance for any help you can provide.
