The following string constants are keys for the dictionaries in the array passed into init(view
and view
.
SDK
- macOS 10.13+
Framework
- App
Kit
Declaration
struct Key
The following string constants are keys for the dictionaries in the array passed into init(view
and view
.
SDK
Framework
struct Key
static let effect: NSView Animation .Key
An effect to apply to the animation.
static let end Frame: NSView Animation .Key
The size and location of the window or view at the end of the animation.
static let start Frame: NSView Animation .Key
The size and location of the window or view at the start of the animation.
static let target: NSView Animation .Key
The target of the animation.
var view Animations: [[NSView Animation .Key : Any]]
The dictionaries defining the objects to animate.
struct NSView Animation .Effect Name
The following constants specify the animation effect to apply and are used as values for the animation effect property of the animation view. See the description of effect
for usage details.