Re: Core Animation : are text attributes animatable ?
Re: Core Animation : are text attributes animatable ?
- Subject: Re: Core Animation : are text attributes animatable ?
- From: Rodolfo Niborski <email@hidden>
- Date: Thu, 28 Aug 2008 17:55:29 +0200
CATransform3D transform = CATransform3DMakeScale(factor, factor,
factor);
[mainLayer setTransform:transform];
[mainLayer setOpacity:0.0];
The layer instead gets *scaled* by the factor you specify.
I tried this, and it works fine as far as smooth animation is
concerned. The problem though is that font size isn't scaling only.
If you take a sufficiently large initial font size, the scaled letters
will look non-pixellated, but for certains scaling factors, they will
look definitely strange...
_______________________________________________
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