Re: Animating a view along a path
Re: Animating a view along a path
- Subject: Re: Animating a view along a path
- From: douglas welton <email@hidden>
- Date: Fri, 15 Aug 2008 10:45:21 -0400
Chilton,
How complex is your path? if it's linear, why not just tell the
view's animator to do it?
If it's more complex, you might want to check out NSAnimation and
NSViewAnimation (particularly the progress marks and delegates in
these two classes)
Have you taken a look at the CocoaSlides sample code? Is this the
type of thing you are trying to do?
curiously,
douglas
On Aug 14, 2008, at 7:26 PM, Chilton Webb wrote:
Hi,
I am using Core Animation Layer Backed NSViews in an app.
I'd like to make one animation occur along a path. I know I can do
this with just Core Animation Layers, but can I do this with a layer
backed NSView ?
Anyone have any example code of how to do this?
Thank you,
-Chilton Webb
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden