From: thomas m. <tho...@gm...> - 2006-09-04 08:35:24
|
hi all, I'm in the process of animating views and I was looking at NSAnimation and NSAnimationCurve I also noticed the in ASAnimatedTabView the animation process is done with a timer without resorting to NSAnimation Also there is only one NSAnimationCurve available and the constructor of this class is private (from which I deduce that the class needs to be augented with other curves types or subclassed since NSAnimation requires an instance of NSAnimationCurve and cannot use ASDraw functions that returns an easing equation) Also I noticed the NSanimation instance can have a delegate, what would I typically use it for ? It would really help me if someone would comment on the best way to go about animating views. Thnaks in advance Thomas -- |