atulraj89 Posted July 8, 2020 Posted July 8, 2020 I have this SVG which is a text written Higher, I have seen Mask Reveal Question and its not hard to reveal the part of the SVG to show Background, but how to make it look like the part of alphabet as well. So after animation this AIM Should Look Like this Just an Idea needed. or if someone already has something like this, I would be grateful for a working example.
ZachSaucier Posted July 8, 2020 Posted July 8, 2020 Hey atulraj89. Most likely the easiest way to create this effect would be to convert the letters to paths, apply the clip effect, and then use MorphSVGPlugin to morph the M into the shape that you show in the second image. Alternatively you could look into animating the position of the M and animating the width of a <rect> within a clip path. 2
PointC Posted July 8, 2020 Posted July 8, 2020 I'm not sure I completely follow the desired result, but you could put the letters in a clipPath or mask (along with a rectangle) and then move them outside the bounds of the <rect>. Though I may be misunderstanding the end result here. Here's a pen with text in the mask. Maybe it'll help. See the Pen qBdpwqj by PointC (@PointC) on CodePen. Happy tweening. 4
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