Share Posted January 14 Is it possible to create that by code using GSAP? Link to comment Share on other sites More sharing options...
Solution Solution Share Posted January 14 Are you asking if you can create all those SVG curves/shapes with GSAP? You can certainly animate them with GSAP, but keep in mind that GSAP is not a graphics editor or anything like that. It's just a highly optimized and flexible animation engine that can animate literally any property of anything JavaScript can touch. So you'd create your SVG artwork in an editor or with code (and yes, you could do that directly with code if you prefer) and then animate it with GSAP. 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