Re: Custom CALayer Action as animation key?

2008-10-20 Thread Matt Long
Patrick, I believe the only animatable properties are the ones explicitly labeled "animatable" in the documentation. That is why (I believe) there is a section labeled "Animatable Properties" in the Core Animation Programming guide. I think the reason is that you can't guarantee that your

Custom CALayer Action as animation key?

2008-10-20 Thread Patrick Mau
Good afternoon, I have implemented a layer-based view that acts as the layer delegate and defines a layer action named "test". Afterwards I create a CABasic animation to animate the test property. If you look at the line marked 'THIS WORKS", you'll see that sending "setValue:forKey" triggers