animates
Specifies if the popover is to be animated.
Declaration
var animates: Bool { get set }Discussion
A popover may be animated when it shows, closes, moves, or appears to transition to a detachable window. This property also controls whether the popover animates when the content view or content size changes.
The system does not guarantee which behaviors will be animated or that this property will be respected; it is regarded as a hint.
The default value is true.