Forum Discussion
DarrenNash
4 years agoCommunity Member
Vertical scroll or sliding effect in Storyline 360?
Hi,
I have been asked for a vertical scrolling effect between slides to simulate almost the Rise direction but using Storyline for more options. I have tested using Push and Uncover transitions an...
MathNotermans-9
4 years agoCommunity Member
Diving a bit deeper into the transitions and how slides are created when publishing a Storyline... Basically Storyline creates a js-file for each slide on publish in a data-folder.
Here you see a sample of a simple project with 3 slides.
When you open up one of these js-files. Eg 6f1xPROE0p6.js you see 1 long line of code. Prettifying this you find its basically a JSON array listing all needed info on that particular slide.
And as seen above there is an entry defining everything about the transitions including the direction of the transition. "pushdirection": "up"
So what is needed is making this value... up... accessible with a trigger. Then it will work as wanted.
Related Content
- 6 months ago
- 9 months ago