Forum Discussion
MathNotermans-9
4 years agoCommunity Member
GSAP 3.5.1 ( latest version ) is now included in Storyline 360
A few months ago i discovered Storyline uses the GSAP Tweening library for all its animation features. Any animation you make in Storyline somehow is triggered by GSAP under the hood of Storyline. T...
MathNotermans-9
4 years agoCommunity Member
And to show that also a style change as commented out in your sample is easy enough...var swatchSVG = document.querySelector("[data-acc-text='swatch 3'] > div > svg > g > path");
gsap.to(swatchSVG, {duration:2, fill:"#C0504D" , strokeWidth:5,stroke:"#FF0000"})
Added too...