Daniel Silva Posted June 4, 2024 Posted June 4, 2024 Hello. Can anyone point me to a tutorial, documentation or lib that replicates the effect of this site's logo below? https://vintage.agency/ Thank you very much in advance.
Rodrigo Posted June 4, 2024 Posted June 4, 2024 Hi, If you inspect that site with devtools you'll see that the text elements are masked with SVG and on those masks (in a defs tag actually) are somehow morphing a path, so you should look at that and see what exactly is being done and try to replicate it with the MorphSVG Plugin: https://gsap.com/docs/v3/Plugins/MorphSVGPlugin Finally I'd recommend you to check this great thread by @mvaneijgen about masking: Hopefully this helps. Happy Tweening!
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