Re: subclassing CAAnimation

2008-06-26 Thread Scott Anguish
On Jun 26, 2008, at 11:49 PM, Matthew Johnson wrote: I would like to subclass CAAnimation to implement an animation with custom rendering. I can't find any details about how animations work with the render tree to render each frame. There doesn't appear to be public API for this yet. Th

subclassing CAAnimation

2008-06-26 Thread Matthew Johnson
I would like to subclass CAAnimation to implement an animation with custom rendering. I can't find any details about how animations work with the render tree to render each frame. There doesn't appear to be public API for this yet. This is an experimental project so I don't mind using un