Skip navigation.
 
mlRe: replacing NSViewAnimation with CoreAnimation
FROM : Scott Anguish
DATE : Wed Nov 21 21:10:21 2007

On Nov 21, 2007, at 8:25 AM, Christoph Vogelbusch wrote:

> Hi,
>
> I just wonder did Apple replace NSViewAnimation internaly with 
> CoreAnimation or
> should I detect Leopard and use CoreAnimation instead of 
> NSViewAnimation under Leopard?
>


If you're NSViewAnimation works, and you want to continue to target 
Tiger as well as Leopard, I don't see why you'd want to change to the 
new Animation Proxy api. It's just going to add to your code support.

Mind you, if you're writing something new and only targeting Leopard 
you can't beat just doing

[[myView animator] setFrame:newRect];

Related mailsAuthorDate
mlreplacing NSViewAnimation with CoreAnimation Christoph Vogelbus… Nov 21, 14:25
mlRe: replacing NSViewAnimation with CoreAnimation Nick Zitzmann Nov 21, 16:29
mlRe: replacing NSViewAnimation with CoreAnimation Scott Anguish Nov 21, 21:10
mlRe: replacing NSViewAnimation with CoreAnimation Christoph Vogelbus… Nov 21, 22:05
mlRe: replacing NSViewAnimation with CoreAnimation Scott Anguish Nov 21, 23:17
mlRe: replacing NSViewAnimation with CoreAnimation haller Nov 22, 12:11
mlRe: replacing NSViewAnimation with CoreAnimation Scott Anguish Nov 22, 22:28
mlRe: replacing NSViewAnimation with CoreAnimation haller Nov 23, 09:27
mlRe: replacing NSViewAnimation with CoreAnimation Scott Anguish Nov 23, 10:37
mlRe: replacing NSViewAnimation with CoreAnimation haller Nov 23, 17:05