scrolling course

Jul 20, 2022

Hi, I've found a description how to make a scrolling panel, but not an entire course.  Is there a way to scroll through the whole course on storyline?

14 Replies
Math Notermans

It is possible. Simplest approach is using slide transitions, but then you lack the option to change direction of the transition.

With some more Javascript magic you can however create a perfect vertical scrollable page.

As these samples show:
https://360.articulate.com/review/content/9da6c510-d15f-483f-8da8-ca151e0a7a8b/review

https://360.articulate.com/review/content/0614d8b9-becd-4797-aeab-5258611878cb/review

https://360.articulate.com/review/content/0381f6c9-6baa-45e2-b5d8-375fa803ffa1/review

But it for sure is not easy to get working.

 

David Atkinson

Great question. I've also been considering ways of having a Storyline build scroll. Integration of Rise and Storyline would be excellent.

Math those are great examples I'd love to know how you've achieved these scrolling transitions with Javascript - I've not much experience with using Javascript in Storyline. 

Ayse Sahin

Hello, by executing javascript and adding the jquery to the index, I succeeded in scrolling down.

Also, I also inserted an anchor like an html page. 

If you all have any recommantion :) Have a nice day !

Math Notermans

The biggest limitation in Storyline when trying to create a scrolling page is the limitation of the screensize to 2014x2014 pixels. This causes you to swap to a new slide... when the maximum is reached...or dynamically change the content of your page. Both doable, but not easy. FEATURE REQUEST: make the slide size free for the user.!!!!