Hi, I posted this on the quartz list yesterday but received no response, it seems like such a simple thing...

When I add an animation to my layer, it animates, but then snaps back to its previous position. Is this normal?

growAnimation = [[CABasicAnimation animationWithKeyPath:@"transform.scale"] retain];
growAnimation.duration          = 0.25;
growAnimation.fromValue         = [NSNumber numberWithFloat:1.0f];
growAnimation.toValue = [[[CardManager instance] config] objectForKey:@"cardHoverScale"]; growAnimation.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut];
        
[rootLayer addAnimation:growAnimation forKey:nil];


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to