Forum Discussion
ReneeHeberli891
9 months agoCommunity Member
I need the scroll panel scroll bar start at the bottom and scroll up.
I’m working on an interactive project where I would like to use the scroll feature, but the first action I need is to scrolling up not down (which is the default.) When I place the image in the scrol...
- 9 months ago
Hi Renee,
Try adding this javascript trigger on the slide you want the scrollbar to start at the bottom:
var x = document.getElementsByClassName("scrollarea-area");
x[0].scrollTop = x[0].scrollHeight;
Ange
9 months agoCommunity Member
Hi Renee, here's a javascript offering.
I'm not an expert so someone else might have a more elegant/better solution for your needs.
You can also have the scroll panel move up or down to different locations in the panel using a javascript set-up...
A scroll feature can also be built without javascript, using motion paths, triggers and variables: user interaction or auto.
Demo:demo js scrollbar
ReneeHeberli891
9 months agoCommunity Member
Thank you. It doesn't to be a file on your demo link.
Related Content
- 8 months ago
- 5 months ago
- 10 months ago