This is a documentation question, really. So, it turns out that when you call replaceSubview: through an animator proxy, the @"subviews" animation is triggered. You can modify what happens during replaceSubview: by adding your own animation to a view's dictionary under the key @"subviews".
My question is: how would I find this out? I mean, I can guess that setFrameRotation: might trigger the @"frameRotation" animation, but I would never have guessed this one. So where can I find a list of what actions trigger what animation keys? Thx - m. -- matt neuburg, phd = [email protected], http://www.tidbits.com/matt/ pantes anthropoi tou eidenai oregontai phusei Among the 2007 MacTech Top 25, http://tinyurl.com/2rh4pf AppleScript: the Definitive Guide, http://tinyurl.com/2ouo3b Take Control of Customizing Leopard, http://tinyurl.com/2t9629 TidBITS, Mac news and reviews since 1990, http://www.tidbits.com _______________________________________________ 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]
