Starting with Mac OS X 10.7, new NSDocument windows as well as alert windows open with an animation. Windows opened with NSWindowController‘s showWindow: method, however, get no animation.
Is there a way for these windows to get the same animation?
You can define how a window opens.
In the Interface Inspector under Animation you can choose Document Window Style, and you should get the same behaviour.
Or in code:
Here all the behaviours you can use