Contents

disablesAnimations

A Boolean value that indicates whether views should disable animations.

Declaration

var disablesAnimations: Bool { get set }

Discussion

This value is true during the initial phase of a two-part transition update, to prevent animation(_:) from inserting new animations into the transaction.

See Also

Managing animations