Forum Discussion
MathNotermans-9
7 months agoCommunity Member
Animate a dashed line in Storyline with GSAP
A Storyline user asked me how to do that. With the GSAP plugin DrawSVG that is quite easy. Showing how to get that done in this video. The code for selecting a SVG, its path and animating it, is ...
MathNotermans-9
6 months agoCommunity Member
You can use GSAP plugins...but indeed need to register them. Think you can omit window...and using my favourite approach on loading external Javascript libraries by using a WebObject and a generic_javascript_functions file works best.
Checking some old files...and the plugins do work... however some older setups do not work anymore mostly due to Articulate changing the HTML. Some elements have extra divs or spans and thus some selectors need fixing. Gonna share the setup in a minute.