On Tue, 21 Sep 2010 11:22:06 -0400, "Eric E. Dolecki" <[email protected]> said: >Can one easily apply a >mask to a UIView and animate it's dimensions?
One can easily apply a mask to a layer, and since all drawing (even a view's drawing) is actually a layer, that's the same thing. And one can animate aspects of layer drawing, so the answer would seem to be yes; for example, if the mask were shaped like an ellipse, you could animate a change in the size of the ellipse. m. -- matt neuburg, phd = [email protected], <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.apeth.net/matt/default.html#applescriptthings _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
