Re: group animation fire frame change?
Re: group animation fire frame change?
- Subject: Re: group animation fire frame change?
- From: Troy Stephens <email@hidden>
- Date: Tue, 13 Nov 2007 13:32:15 -0800
On Nov 12, 2007, at 4:13 PM, Bill Dudney wrote:
Hello All,
I would like to have a group animation fire when the frame is
changed, however it does not appear to work. I have a group
animation that rotates a view and scales up the frame concurrently.
When I attach the group to the frameRotation property everything
works as expected. When I attach the group to the frame property the
group is not fired (however the frame does animate through the
change).
Anyone else seen this?
This seems to be me to be a bug but I wanted to run it by the list
before submitting a bug.
Try attaching your animation to either "frameOrigin" or "frameSize"
instead.
Those are the primitive properties in NSView's model of things, with
"frame" being more of a convenience for getting or setting both at
once. View property animation treats frameOrigin and frameSize as the
primitives as well, to facilitate their being animated potentially
independently of one another.
--
Troy Stephens
Cocoa Frameworks
Apple, Inc.
_______________________________________________
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