Share Posted September 23, 2015 I was using the draw svg plugin and trying to animate the first path (the capital letter P, there are 7 paths, 6 letters and 1 circle around them). I was modeling my first attempt at this after this example, See the Pen bdrjjO by GreenSock (@GreenSock) on CodePen , but something is off on mine and I can't figure out what it is. See the Pen ZbpBjw by jstafford (@jstafford) on CodePen Link to comment Share on other sites More sharing options...
Share Posted September 23, 2015 Hi jstafford pls set stroke attribute for your paths : See the Pen XmjNvr by MAW (@MAW) on CodePen 2 Link to comment Share on other sites More sharing options...
Author Share Posted September 23, 2015 Thanks Diaco. I think the actual effect I was going for was making the letter look like it is being handwritten, not simply outlined with stroke. Are there ways of achieving this with the plugin? Link to comment Share on other sites More sharing options...
Share Posted September 23, 2015 It's not DrawSVG, but this explains one way to mask an SVG: https://medium.com/@gordonnl/stylised-line-animations-ded23320ffe5 I also found this on Codepen: See the Pen pJoqpZ by lcdsantos (@lcdsantos) on CodePen Would love to see how DrawSVG could be used to achieve the same effect! Link to comment Share on other sites More sharing options...
Author Share Posted September 23, 2015 this is a nice solution. I could still use drawsvg on the stroke that fills the mask. Link to comment Share on other sites More sharing options...
Share Posted September 23, 2015 you should to use open paths or use a text mask . pls check this out : See the Pen XmjNvr by MAW (@MAW) on CodePen 4 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