Forum Discussion
MathNotermans-9
4 years agoCommunity Member
Morphing animation in Storyline
As Storyline now includes GSAP 3 this offers so many possibilities for great animations. GSAP has several bonus plugins with which you can animate SVG's easily. One of these is MorphSVGPlugin. With ...
MathNotermans-9
2 years agoCommunity Member
The GSAP Morph SVG plugin is part of Greensocks plugins. You need to get a Club Greensock license for the plugins. Then add those to Storyline as WebObject ( https://community.articulate.com/discussions/articulate-storyline/how-to-add-jquery-or-anyother-external-javascript-library-to-storyline ) and then you can 'register' the plugin and use it in your code.
gsap.registerPlugin(MorphSVGPlugin);
One big thing to keep alert on. SVG in Storyline is not always proper SVG. Make sure it is the proper type.