Share via


UIView.SetAnimationBeginsFromCurrentState(Boolean) 方法

定义

设置动画事务是否将从当前视图状态进行动画处理。

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

参数

fromCurrentState
Boolean

如果要从当前状态启动动画,则返回 true;否则返回 false。

属性

适用于