Hi guys,
I'm having some issues on iPad with GSAP setting my scaled animation elements to z-index 0. This only happens if you set the initial value of the scale. I tried with scaleX and scale. I also tried adding a delay between a TweenMax.set() and a TweenMax.to(), but the same thing happened.
Here is an example of one line that has the issue. This element is position absolute with a specified z-index of 2 to begin with.
TweenMax.fromTo($label, 0.3, {opacity:0, scaleX:0.1}, {opacity:1, scaleX:1, delay:0.4 + d, ease:Quint.easeOut});
I appreciate all you've done with GSAP, and I hope you can resolve this bug!
Thanks, David