API 0.9.5
AppKit/CoreAnimation/CAPropertyAnimation.h
Go to the documentation of this file.
00001 
00002 @interface CAPropertyAnimation : CAAnimation
00003 {
00004     CPString    _keyPath;
00005 
00006     BOOL        _isCumulative;
00007     BOOL        _isAdditive;
00008 }
00009 @end
 All Classes Files Functions Variables Defines