Jump to content
Search Community

recruitforme

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by recruitforme

  1. Hi Jack,

    Thanks for the fast response. 

    I tried achieving a combination of scaleX and skewY but in the final result, gsap still transforms it into a matrix and gives me the same unexpected behavior between the start and end points. Is there any way I can fix this? 

  2. I am having this problem while trying to make a very simple transform. 

     

    On the code, I simply have:

    .to('#left-gate', {
                transformOrigin: 'center left',
                transform: 'rotateY(180deg)',
            });
     
    On the browser, when I inspect, I have:
    image.png.508196e440d62f483b6cfee530c78d39.png
     
    My transform is being altered to use the matrix format. How can I either force gsap to use the rotateY transform or to make the matrix transformation without the weird middle behaviour?

     

     
×
×
  • Create New...