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 ...
JimCarry
Community Member
Hi Math, I've implemented the code, and it's functioning well. However, when we extend the duration, the animation slows down significantly. Is there a solution to maintain a fast-paced animation even with longer durations?
MathNotermans-9
5 months agoCommunity Member
Yeah shouldnot be an issue. It might have to do with the type of ease you are using...or someother elements or script is interrupting things. When not adding any easy type specifically GSAP uses some ease ( not sure which one without checking ) by default. You might need to add 'Linear.easeNone' to make sure there is no easing...