共用方式為


UIView.AnimationsEnabled 屬性

定義

指定是否顯示動畫。

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

屬性值

預設值是 true

屬性

備註

不建議使用此方法。 應用程式開發人員應該偏好使用 UIViewPropertyAnimator 類別來建立 UIView 的動畫效果。

不論這是 truefalse ,動畫區塊內的程式碼都會執行。 值 false 只是表示動畫不會顯示。

在現有動畫期間設定此值不會修改該動畫的顯示。

適用於

另請參閱

  • <xref:UIKit.UIView.PerformWithoutAnimation>