Share Posted January 11, 2022 HI, I want to know how we can able to stretch and smear a svg object using gsap? like what i have to do in steps to achieve that kind of process? the things I wanted to animate is related to stretching and smearing typography animation content. Link to comment Share on other sites More sharing options...
Solution Solution Share Posted January 11, 2022 You will most likely need to use canvas or WebGL to achieve an effect like that, especially smearing. And GSAP is an animation engine, so it doesn't do effects in that sense. In can certainly animate values used in an effect like that, but it would definitely be a minor role as most of the code will be canvas/WebGL related. 1 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