• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Animation : are text attributes animatable ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Core Animation : are text attributes animatable ? (From: Rodolfo Niborski <email@hidden>)
 >Re: Core Animation : are text attributes animatable ? (From: Matt Long <email@hidden>)

  • Prev by Date: Re: Quitting all active applications
  • Next by Date: Re: ODBCKit problems with MySQL DB
  • Previous by thread: Re: Core Animation : are text attributes animatable ?
  • Next by thread: Deep Recursion
  • Index(es):
    • Date
    • Thread