Core Animation - The Animator Proxy
Sunday, May 23, 2010 at 11:49AM Introduction
The animator proxy is available to NSViews and NSWindows and is completely free of Core Animation layers. As such is technically not Core Animation but is rather Cocoa Animation. However the two are so closely tied together that it is worth considering it part of Core Animation. This article explains what the animator proxy does behind the scenes when you invoke it and how to customise the animations is uses.
animator,
animator proxy,
core animation,
key-value coding in
Core Animation