Share Posted October 30, 2017 Hello, what plugin should I use to mimic the functionality of this codepen: If someone could also showcase how to animate the SVG Path with a GSAP plugin, I would be grateful. Thanks. See the Pen zGKBGm by elevaunt (@elevaunt) on CodePen Link to comment Share on other sites More sharing options...
Share Posted October 30, 2017 The easiest is to use the DrawSVGPlugin. Check out these posts by @PointC https://codepen.io/PointC/post/animated-handwriting-effect-part-1 https://codepen.io/PointC/post/animated-handwriting-effect-part-2 6 Link to comment Share on other sites More sharing options...
Share Posted October 30, 2017 And the blur could be done using the AttrPlugin to animate the stdDeviation attribute of the feGaussianBlur node. 2 Link to comment Share on other sites More sharing options...
Author Share Posted October 30, 2017 Thanks that's what I was looking for! 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