Share Posted March 14 Hi guys, I'm trying to use the MorphSVG plugin for the first time, and I can't get it to workClearly, I am missing something, but not sure what it is. Thanks in advance for your help See the Pen ZEMXgmN by myjessijess (@myjessijess) on CodePen Link to comment Share on other sites More sharing options...
Solution Solution Share Posted March 14 Are you trying to do something like this?: See the Pen eYLMQBY?editors=0010 by GreenSock (@GreenSock) on CodePen Your selector doesn't exist. There's no "#start" element It's morphSVG, not morphSVg You're using the very old syntax which technically works but I'd strongly recommend updating to the more modern GSAP 3 syntax. There's no more need for TweenLite, TweenMax, TimelineMax, or TimelineLite. See I hope that helps! 1 1 Link to comment Share on other sites More sharing options...
Author Share Posted March 14 Thank you so much! It works! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now