Returns an NSViewAnimation object initialized with the supplied information.
Original signature is '- (id)initWithViewAnimations:(NSArray *)viewAnimations'
Available in Mac OS X v10.4 and later.


- viewAnimations (NSArray)
- An array of NSDictionary objects. Each dictionary specifies a view or window to animate and the effect to apply. viewAnimations can be nil, but you must later set the required array of dictionaries with setViewAnimations: if you want to use the capabilities of the NSViewAnimation class. See“View Animation Dictionary Keys” for a description of valid keys and values for dictionaries in viewAnimations.

The created NSViewAnimation object or nil if there was a problem initializing the object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)