Forum Discussion
devolinadeshmuk
7 years agoCommunity Member
Animation: I want to move and simultaneously shrink the size of object in Storyline 3
Hi All,
I need help regarding Animation in storyline 3. I want to diagonally move the object ( which can be achieved by motion paths ) and simultaneously shrink it to almost 20% of its size. Not ...
MathNotermans-9
5 years agoCommunity Member
An option would be to use GSAP. As its build into Storyline its as easy as selecting your image and then triggering the javascript animation...
Like this...
animateElement("cat");
function animateElement(_accName){var element2Animate = document.querySelector("[data-acc-text='"+_accName+"']");gsap.to(element2Animate, {x: "30vw", y: "60vh", duration: 2 ,scale:0.65});
}
Sample added
TerryBell1
5 years agoCommunity Member
Thank you Math, this is amazing!
Related Content
- 10 months ago
- 12 months ago