Forum Discussion
RichardPrince
2 years agoCommunity Member
Aligning elements in animations
Hi
I am trying to generate animations where grouped objects move on one slide from A to B, and then on the next slide need to appear at position B. I have tried to do this by duplicating the objec...
MathNotermans-9
2 years agoCommunity Member
Use GSAP then. With GSAP you can set the origin of any element to whereever needed.
Here you can see how.
https://community.articulate.com/discussions/building-better-courses/how-to-use-gsap-for-animation-in-storyline
Roughly this is the code to set a transformation/origin point for an element with GSAP.gsap.set(myElement,{transformOrigin: "center center"});
Ofcourse you can set the point to any position wanted.
When getting a GSAP license ( default is built into Storyline as is ) you can use the plugins as shown here.
https://360.articulate.com/review/content/4db5ea21-c36a-4a22-9278-553838ee35f3/review
Hope this helps.