Forum Discussion
DinaParker-3c47
4 years agoCommunity Member
Javascript for Scrolling Panel to start at the bottom
Hi,
I need to reverse a scrolling panel to begin at the bottom and scroll up instead of the current default which begins at the top and scrolls down. Does anyone have custom javascript to accompli...
KarenCote
3 years agoCommunity Member
Thanks for sharing Dina. I just added the trigger, inserted the JavaScript, and published. Unfortunately, it is not working for me, and I don't do any coding so I'm not sure if I would need to modify anything in the code to make it work for me. It was worth a try! I put in a request for a future development to add an option to either start scoll panel at top, middle, or bottom. Or even better, have the scroll bar open to exactly where it is in the Storyline development slide. Maybe one day.....
- eloiselerisson-3 years agoCommunity Member
Hello Karen,
I figured it out by simply adding this code inside the html file (with notepad++ for example) :
More information here : https://articulate.com/fr-FR/support/article/Storyline-How-to-Reference-the-jQuery-Library
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"> </script>