Instance Property インスタンスプロパティ

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 View/animation(_:) from inserting new animations into the transaction.

See Also 参照

Managing Animations アニメーションを管理する