UIView.SetAnimationDelay(Double) 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 the animation delay for this animation transaction.
[Foundation.Export("setAnimationDelay:")]
public static void SetAnimationDelay (double delay);
static member SetAnimationDelay : double -> unit
Parameters
- delay
- Double
Animation delay in seconds.
- Attributes
Remarks
The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.