Share Posted August 14, 2017 I'm trying to draw the stroke, then fill the shapes. What am I missing here? See the Pen PKJORa by benjino (@benjino) on CodePen Link to comment Share on other sites More sharing options...
Share Posted August 14, 2017 Thanks for the demo. The main problem is that setting the opacity of the group to 0 also hides the paths you are trying to reveal with DrawSVG. Instead of animating the opacity of the group, try animating the fill of the paths. I removed the repeats and simplified the syntax just to illustrate how to animate the fills. See the Pen XaeYBo by GreenSock (@GreenSock) on CodePen 3 Link to comment Share on other sites More sharing options...
Author Share Posted August 14, 2017 Alright, thanks. I see what I wasn't getting. I did try {fill:none},{fill:black}. I forgot to put quotes around values. Thanks for clueing me in on this! 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