Hi GSAP, i need help. rotationY is ingoring me.
I've tried all versions: rotation with quotes, without, with 'deg' and without.
rotationY: '50deg'
rotationY: 50deg
rotationY: 50
I even tried to make it work with transform property, just like with CSS, but it's working very strange, not like i expected.
transform: 'rotateY(50deg)'
X and Z axises are working, but not Y. What am i doing wrong?