Forum Discussion
sameerkamble139
7 months agoCommunity Member
Flip animation using GSAP in Articulate Storyline to have smooth flip animation.
We recently faced a challenge with the built-in swirl animation in Storyline (SL). Our client found it cluttered and pointed out that the animation flipped twice, which logically should result i...
Nedim
7 months agoCommunity Member
Nice example, Sameer! Thank you for sharing. May I just add that you don’t need to use a web object to point to the GSAP CDN in Storyline to load the GSAP library. Instead, you can directly include the GSAP script within your project, as the GSAP library object is directly accessible within Storyline. This will suffice:
gsap.to("[data-model-id='69xGvaIrkos']", {rotationY: 180, duration: 1});
Related Content
- 8 months ago
- 9 months ago