Hello
I'm using rotationX on a png. I only see half the png on rotation. When it stops I see the whole image.
See something missing in the code? Thanks
TweenLite.set(pie, {perspective:800, transformPerspective:800});
var tl;
tl = new TimelineLite({});
tl.to(pie, .5, {autoAlpha:1, immediateRender:false})
.from(pie, 1.5, {x:"-=100", scale:1.5, rotationX: 90, transformOrigin:"left center", ease:Power2.easeInOut}, "-=.5")