UIViewAnimationTransition Enum
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.
An enumeration of predefined animated transitions.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimationTransition
type UIViewAnimationTransition =
- Inheritance
-
UIViewAnimationTransition
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The option for indicating that no transition is specified. |
FlipFromLeft | 1 | A transition that flips a UIView around a vertical axis from left to right. The left moves forward and the right backward. |
FlipFromRight | 2 | A transition that flips a UIView around a vertical axis from right to left The right moves forward and the left backward. |
CurlUp | 3 | A transition that curls a UIView up from the bottom. |
CurlDown | 4 | A transition that curls a UIView down from the top. |