Jump to content
Search Community

Creating a Custom Complex SVG using GSAP for reactjs

sayedulkrm

Go to solution Solved by GreenSock,

Recommended Posts

Posted

Is it possible to create that by code using GSAP?
 

image.png

  • Solution
Posted

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. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...