Re: Animating control position
Re: Animating control position
- Subject: Re: Animating control position
- From: John Randolph <email@hidden>
- Date: Thu, 30 Oct 2003 17:55:03 -0800
On Oct 29, 2003, at 5:24 PM, Jon Hull wrote:
Does anyone know how to smoothly animate the position of controls?
Like this?
http://developer.apple.com/samplecode/Sample_Code/Cocoa/
AnimatedSlider.htm
For example, something like the System Prefs App in Panther.
Also is there an easy way to fade between views?
To cross-fade between views, I'd probably make the view you're fading
in render into an image, and use -dissolveToPoint:fraction: from a
timer.
Hmm... Might make a good subject for a bit of sample code..
-jcr
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.