Re: CATransformLayer doesn't support implicit animation?

2011-02-09 Thread David Duncan
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 one

CATransformLayer doesn't support implicit animation?

2011-02-08 Thread Indragie Karunaratne
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 =