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 ...
NathanStoker-c1
6 months agoCommunity Member
This code works perfectly, but I am also wondering the same thing as Rick. I have tried
window.gsap = window.gsap || {}; // Avoid conflicts
window.gsap.registerPlugin(TextPlugin); // Register TextPlugin
to register the text plugin, and it just throws me an error that TextPlugin is not defined