Share Posted December 19, 2020 Hi guys, just trying to animate some svg paths and used the gsap demo pen as a starting point. It's probobally something simple i have missed but i can't get the lines to animate... Can someone take a look at my pen and put me out of my misery haha. See the Pen QWKgYoJ by b0y2k (@b0y2k) on CodePen Link to post Share on other sites
Solution Share Posted December 19, 2020 You are missing the DrawSVG Plugin https://assets.codepen.io/16327/DrawSVGPlugin3.min.js You can type in the javascript codepen setting search box and search for "GSAP DrawSVG" and I also like to use the GSAP Installer to help me pick the right plugins for a particular project. 4 Link to post Share on other sites
Share Posted December 19, 2020 Just need to load the DrawSVG plugin. See the Pen 3398d9b88c68739a0776bd0ebaf118d9 by PointC (@PointC) on CodePen Happy tweening. 3 Link to post Share on other sites
Share Posted December 19, 2020 Look at @mvaneijgen typing quickly on a Saturday. 1 Link to post Share on other sites
Author Share Posted December 19, 2020 haha damnit... knew it would be something simple... 🤪 Thanks guys Link to post Share on other sites