Re: Moving CALayer and content transition animation

2012-06-07 Thread Conrad Shultz
On 6/7/12 1:12 PM, Markus Spoettl wrote: > On 6/7/12 9:39 PM, Conrad Shultz wrote: >>> Is this to be expected? If so, what is the proper way of handling this? >>> Surely there must be something basic I'm missing again. >>> >>> Thanks for any pointers! >> >> I haven't had a chance to test it myself,

Re: Moving CALayer and content transition animation

2012-06-07 Thread Markus Spoettl
On 6/7/12 9:39 PM, Conrad Shultz wrote: Is this to be expected? If so, what is the proper way of handling this? Surely there must be something basic I'm missing again. Thanks for any pointers! I haven't had a chance to test it myself, but what if you set the transition animation on the layer's

Re: Moving CALayer and content transition animation

2012-06-07 Thread Conrad Shultz
On 6/7/12 2:14 AM, Markus Spoettl wrote: > Hello, > > I have a delegate-drawn CALayer which uses a kCATransitionFade content > transition animation set in -actionForLayer:forKey: of its delegate. > > This works fine if the layer is not moving. When the content changes, > the new content simply

Moving CALayer and content transition animation

2012-06-07 Thread Markus Spoettl
Hello, I have a delegate-drawn CALayer which uses a kCATransitionFade content transition animation set in -actionForLayer:forKey: of its delegate. This works fine if the layer is not moving. When the content changes, the new content simply fades in, the old one fades out. However, when th