Jump to content
Search Community

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Posted

Can GreenSock make animated ribbon effects, for example; ribbon wrapping around a pole ?

Posted

GSAP can animate pretty much any property of any object, but it's not something that you can just say "make a ribbon wrap around a pole", no. For that, you'd probably need to do some fancy work with SVG or canvas, and use GSAP to animate the Beziers or something. 

  • 1 month later...
Posted

If I wanted to create an effect where as lines or swirls were drawn on the screen, since I'm not familiar with canvas, SVG could do this, hrm trying to wrap my head around this ? :)

Posted

I didn't quite understand your question. How exactly would you like us to help you? Was there a specific question about the GSAP API? 

Ihatetomatoes
Posted

@Lynx I've created a ribbon like animation on this SVG Christmas card by animating clipPath on a few parts of the SVG.

 

So to answer your question, yes you can create a ribbon like animation, you just have to be a little bit creative with your CSS and HTML.

 

Hope that helps.

  • Like 2
Posted

@Lynx I've created a ribbon like animation on this SVG Christmas card by animating clipPath on a few parts of the SVG.

 

So to answer your question, yes you can create a ribbon like animation, you just have to be a little bit creative with your CSS and HTML.

 

Hope that helps.

 

Ihatetomatoes - what about multiple lines or lines that swirl ?

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...