UIView.SetAnimationBeginsFromCurrentState(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets whether the animation transaction will animate from the current view state.
[Foundation.Export("setAnimationBeginsFromCurrentState:")]
public static void SetAnimationBeginsFromCurrentState (bool fromCurrentState);
static member SetAnimationBeginsFromCurrentState : bool -> unit
Parameters
- fromCurrentState
- Boolean
Returns true if you want to start the animation from the current state, false otherwise.
- Attributes