Forum Discussion
MathNotermans-9
4 years agoCommunity Member
How to use GSAP for animation in Storyline
As i get this question quit often, i am making a online tester for Gsap animation in Storyline. First step is scaling an image. And defining where you want to scale it from. This transformation poin...
ElizabethParent
7 months agoCommunity Member
Hi,
I know this post is not recent, but I've come to a problem. I have a scrollPanel and I'm able to go to a certain point, but I would like to and some animation, like see the scroll go down and not go straight to it.
Here my javascript
var sectionJustification = document.querySelector('[data-acc-text~="sectionDonneesFinances"]');
sectionJustification.scrollIntoView({ behavior: "smooth", block: "end", inline: "nearest" });
I know I can use GSAP, but I don't know how.
Thanks
Related Content
- 7 months ago
- 9 months ago