共用方式為


UIView.SetAnimationBeginsFromCurrentState(Boolean) 方法

定義

設定動畫交易是否會從目前的檢視狀態產生動畫效果。

[Foundation.Export("setAnimationBeginsFromCurrentState:")]
public static void SetAnimationBeginsFromCurrentState (bool fromCurrentState);
static member SetAnimationBeginsFromCurrentState : bool -> unit

參數

fromCurrentState
Boolean

如果您想要從目前狀態啟動動畫,則傳回 true,否則傳回 false。

屬性

適用於