Re: Strange mystery with Core Animation

2011-10-06 Thread Seth Willits
On Oct 4, 2011, at 10:20 PM, Seth Willits wrote: Can anyone offer any explanation for this? Hmm. That would be an interesting one to play with if you can replicate it in a new project. The weirdest one I've come across is the CALayer convertPoint methods actually break CATransactions

Re: Strange mystery with Core Animation

2011-10-06 Thread Kyle Sluder
On Thu, Oct 6, 2011 at 12:47 PM, Seth Willits sli...@araelium.com wrote: Hmm. That would be an interesting one to play with if you can replicate it in a new project. The weirdest one I've come across is the CALayer convertPoint methods actually break CATransactions (sometimes). Which I've

Re: Strange mystery with Core Animation

2011-10-06 Thread Seth Willits
On Oct 6, 2011, at 1:06 PM, Kyle Sluder wrote: On Thu, Oct 6, 2011 at 12:47 PM, Seth Willits sli...@araelium.com wrote: Hmm. That would be an interesting one to play with if you can replicate it in a new project. The weirdest one I've come across is the CALayer convertPoint methods actually

Strange mystery with Core Animation

2011-10-04 Thread Graham Cox
Here's a weird one. I have some Core Animation layers (specifically, it's a CAReplicatorLayer), and I'm changing the 'instanceTransform' property in order to shift the position of the reflection up and down. When I trigger this code from a mouse click (through a checkbox, in a different

[SOLVED] Re: Strange mystery with Core Animation

2011-10-04 Thread Graham Cox
Never mind - silly mistake elsewhere, as expected….. G. On 05/10/2011, at 10:56 AM, Graham Cox wrote: Can anyone offer any explanation for this? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: Strange mystery with Core Animation

2011-10-04 Thread Seth Willits
On Oct 4, 2011, at 4:56 PM, Graham Cox wrote: Here's a weird one. I have some Core Animation layers (specifically, it's a CAReplicatorLayer), and I'm changing the 'instanceTransform' property in order to shift the position of the reflection up and down. When I trigger this code from a