Forum Discussion
How to use GSAP for animation in Storyline
Hello, could we use it to make a webObject rotate ? (I think of a 3d model for example)
Thank you for all your tips !
- TilburgTeacherE2 years agoCommunity Member
For sure... the biggest issue is getting a selector for the WebObject. If you have that...you can simply use GSAP to rotate it.
If you however mean control animation inside a WebObject... so the html in it..from Storyline..well thats possible too, but what more complex. - TilburgTeacherE2 years agoCommunity Member
As you can see here... thats easy.
https://360.articulate.com/review/content/7db4273f-fc1b-4558-928c-7117be2d0d81/review
Im gonna make a sample where i change the settings of the animation in the WebGL-WebObject. Stopping it, changing rotation speed and things like that.- AyseSahin-3327f2 years agoCommunity Member
Thank you Math, it's really awesome !
You know, what I would like is to manipulate a 3d object by sliding the object (with gesture or mouse).
I am into interactive module atm (like everybody ?).
Thank you for your help !
- MathNotermans-92 years agoCommunity Member
Thats for sure possible too. You have to communicate somehow from Storyline to the WebObject and back. I am gonna work on the sample above as i do like WebGL for 3d on the Web, and as you can control it with Javascript.