On Aug 27, 2009, at 3:58 PM, David Duncan wrote:
By default when the contents of an animation change
contents of a layer change, sorry for any confusion...
--
David Duncan
Apple DTS Animation and Printing
___
Cocoa-dev mailing list (Cocoa-dev@list
On Aug 27, 2009, at 3:28 PM, Ivy Feraco wrote:
in the method I use CGImage to draw .png bitmaps of numerals that
count up from 0. The .pngs all have transparency.
Everything works, the counter changes count, but as it changes you
can see a slight transition between the two digits.
It almost
I am using CALayers and a delegate to provide content with the method
- (void)drawLayer:(CALayer *)theLayer
inContext:(CGContextRef)theContext
in the method I use CGImage to draw .png bitmaps of numerals that
count up from 0. The .pngs all have transparency.
Everything works, the co