FragmentTransit 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.
Enumerates values returned by several methods of FragmentTransit and taken as a parameter of the F:Android.App.Fragment.OnCreateAnimator, and F:Android.App.FragmentTransaction.SetTransition members.
public enum FragmentTransit
type FragmentTransit =
- Inheritance
-
FragmentTransit
Fields
Name | Value | Description |
---|---|---|
Unset | -1 | Not set up for a transition. |
None | 0 | No animation for transition. |
EnterMask | 4096 | Bit mask that is set for all enter transitions. |
FragmentOpen | 4097 | |
FragmentFade | 4099 | Fragment should simply fade in or out; that is, no strong navigation associated with it except that it is appearing or disappearing for some reason. |
ExitMask | 8192 | Bit mask that is set for all exit transitions. |
FragmentClose | 8194 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.