Share Posted March 16 Invalid property type set to rotational Missing plugin? gsap.registerPlugin() tl.to(waveAC, {morphSVG:waveA, type:"rotational", origin:"20% 0%", delay:0},"<") Link to comment Share on other sites More sharing options...
Author Share Posted March 16 I guess i should mention that the morph works, i just cant set the anchor points and have it do the morph rotationaly Link to comment Share on other sites More sharing options...
Solution Solution Share Posted March 16 You'll need to write with an object like this: tl.to(waveAC, { morphSVG: { shape: waveA, type: "rotational", origin: "20% 0%" } }); Happy morphing. 2 Link to comment Share on other sites More sharing options...
Author Share Posted March 17 awesome, thank you so so so much!!!! 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