Jump to content
Search Community

Yuri

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Yuri

  1. Hi there,

     

    it must be something really simple but I can't find it in the docs:

     

    how does one get local coordinates of a specific point in an element after it has been transformed?

     

    For example, if user clicks on a div that has been rotated 45 degrees, how do I get the transformed coordinates of the mouse click in the div?

     

    Please have a look at this codepen:

     

    It works as this:

    1. Click on the top left corner of the box.
    2. Local coordinate values will appear in it.
    3. Rotate the box 90 degrees clockwise.
    4. Click the same corner, which should be top right now.
    5. The value presented appears to be not transformed.

    I would expect the the returned value to be similar to the one received in the step 3. Not getting the transformed value makes it difficult to insert elements into containers at a specific location. It is especially the case when one is working with a huge scrollable container with only a fraction of it area visible.

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

×
×
  • Create New...