On Feb 7, 2011, at 9:43 PM, Indragie Karunaratne wrote:
> I'm trying to animate a CATransformLayer (the transform layer is a sublayer
> of the layer of a layer hosting NSView). Here's my animation code:
>
> self.transformLayer is a CATransformLayer with two sublayers, one for the
> front and on
I'm trying to animate a CATransformLayer (the transform layer is a sublayer of
the layer of a layer hosting NSView). Here's my animation code:
CGFloat zDistance = 850;
CGFloat scaleFactor = BACK_COVER_WIDTH /
self.transformLayer.bounds.size.width;
CATransform3D rotation = CATransform