Enum UIAnimationConstants.EntryMode
Page Entry and Exit Modes. You can define any custom animation and bind it to one of these modes in your RuntimeAnimatorController. By Default the Page Controller has this all set up.
Namespace: LlamaSoftware.UI
Assembly: LlamaSoftware.UI.dll
Syntax
public enum EntryMode
Fields
| Name | Description |
|---|---|
| DO_NOTHING | Page will not animate in or out. Useful if you want a static first page that never exits or enters |
| FADE | Fades in and out |
| SLIDE | Slide in and out from a UIAnimationConstants.Direction. |
| ZOOM | Zooms in and out from the middle of the screen (no UIAnimationConstants.Direction) |