Jump to content
Search Community

Hittest with 3dtransformed elements

frannyglass79 test
Moderator Tag

Go to solution Solved by Diaco,

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

Hi,

 

I'm working on a project where i have some elements that are transformed (rotated) in 3d space. Now when I perform a hittest with an element that's not transformed it seems the hittest calculates the "Hitting" based on the non-rotated elements. This has the effect that while i'm visually not hitting, hittest still returns true.

 

Is there a way around this? 

 

cheers

nadja

Link to comment
Share on other sites

  • Solution

Hi frannyglass79 :)

 

Nope , actually the Draggable hittest calculates based on the transformed elements , but there's a Point ; Since hittest get elements .getBoundingClientRect() , after Rotation/Scale/Skew everything will change and this is natural behavior .

 

pls check this out , and check the console too :

 

See the Pen zxeoLG by MAW (@MAW) on CodePen

  • Like 4
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...