Jump to content
Search Community

several animatet divs with beziers without wraping in enw div

one2gov
Moderator Tag

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

I think I can live with that solution, but just out of curiosity - is there a way to make this animation work, without wraping everything in #border div? I thought you can have some object, that would a pivot point for other objects, but apparently not.

See the Pen rWrzvP?editors=0010 by one2gov (@one2gov) on CodePen.

Posted

Unless your element is a child of an element you don't have a direct link between them. If you wanted several div elements following a pivot point, you'll probably have to create a function that would read where that pivot point is at every frame then calculate where all other elements should be relative to the pivot and place them there.

 

Sounds like a lot of work compared to nesting your elements into a container.

  • Like 1
Posted

I can't always know what objects should be wrapped. Tracking pivot points sounds cool, but how to do it? For now i am going to try find a way to track translate3d on change.

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