API 0.9.5
AppKit/CoreAnimation/CABasicAnimation.h
Go to the documentation of this file.
00001 
00002 @interface CABasicAnimation : CAPropertyAnimation
00003 {
00004     id  _fromValue;
00005     id  _toValue;
00006     id  _byValue;
00007 }
00008 @end
 All Classes Files Functions Variables Defines