Jump to content
Search Community

Draggable object picks up another on collision

saturnflyer test
Moderator Tag

Go to solution Solved by OSUblake,

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

I'm totally new to Greensock.

 

I'm trying to make 2 objects draggable.

When they enter a container and collide with an object inside, I want the object inside that container to follow the dragged item. When the dragged object exits the container, the object following it should release it's connection to the dragged object.

 

Haven never worked with these libraries prior to this, I'd love some guidance.

See the Pen XJQwbq by anon (@anon) on CodePen

Link to comment
Share on other sites

  • Solution

Hi saturnflyer

 

Check this out, and let me know what you don't understand.

 

I positioned all the elements absolutely from the same origin just to make it easier to see how I'm calculating the offset. The _gsTransform is a property GSAP adds to elements to store transform values like x, y, rotation, scale, etc.

 

See the Pen bNJPwM by osublake (@osublake) on CodePen

  • Like 2
Link to comment
Share on other sites

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