次の方法で共有


UIView.AnimationsEnabled プロパティ

定義

アニメーションを表示するかどうかを指定します。

public static bool AnimationsEnabled { [Foundation.Export("areAnimationsEnabled")] get; [Foundation.Export("setAnimationsEnabled:")] set; }
member this.AnimationsEnabled : bool with get, set

プロパティ値

既定値は true です。

属性

注釈

このメソッドの使用はお勧めしません。 アプリケーション開発者は、 クラスを使用 UIViewPropertyAnimator して UIView をアニメーション化する必要があります。

true であるか false、 であるかに関係なく、アニメーション ブロック内のコードが実行されます。 値は false 、アニメーションが表示されないことを意味します。

既存のアニメーション中にこの値を設定すると、そのアニメーションの表示は変更されません。

適用対象

こちらもご覧ください

  • <xref:UIKit.UIView.PerformWithoutAnimation>