Contents

startFrame

The size and location of the window or view at the start of the animation.

Declaration

static let startFrame: NSViewAnimation.Key

Discussion

The size and location are specified by an NSRect structure encoded in an NSValue object. This property is optional. If it is not specified, NSViewAnimation uses the frame of the window or view at the start of the animation.

See Also

Keys