Re: Fading windows
Re: Fading windows
- Subject: Re: Fading windows
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sun, 18 May 2003 17:39:11 +0200
I think I'll need a timer to do the animation but I don't know how
to create the fade effect.
There's an NSWindow method to set the alpha transparency of an
entire window setWindowAlpha: or something like that. Just have your
timer count a variable from 0.0 to 1.0 on fade in, and it should give
you a really nice fade.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.