Forum Discussion
Karl-Manning
1 month agoCommunity Member
Storyline: Animate or GSAP in JavaScript animations
Hi, I have used some GSAP animations, although not heavily. I've just found out that the advanced JavaScript API (
https://www.articulatesupport.com/article/Storyline-360-Advanced-JavaScript-API...
PhilMayor
1 month agoSuper Hero
Nedim and jeff-batt can add much more than I can. I dont build as much as I used to. However when I do I have rewritten anything that used GSAP to use advanced JavaScript API.
The main advantage for me is that I don't have to worry about users resizing their browser (you can fix this when using GSAP) and objects moving so my code can be lighter weight. Using GSAP for sometimes felt like I was pushing a stone up a hill, whereas the advanced JavaScript API is easier to use, easier to repurpose, but admittedly isn't as feature rich.
- JeffBatt-bf49171 month agoCommunity Member
You still see your objects move? Hmm I have not run into that. I also feel like the animate in javascript API is more code to do what I want but yeah I think it could depend on what you are used to.