Animating the frame doesn't animate changing the font size. If I understand what you behavior you are seeing, I think you have the label's adjustsFontSizeToFitWidth
set to 'True' so you're seeing the frame animate to size followed by the instantaneous readjustment of the font size.
You might try to scale the label's transform so that the frame and font scale simultaneously.
TechZen
2009-11-13 15:58:52