Enum PageTransition
Enumerates values that define the page transition animation type.
Namespace: Tizen.Theme.Common
Assembly: Tizen.Theme.Common.dll
Syntax
public enum PageTransition
Fields
| Name | Description |
|---|---|
| Fade | Show a fade animation |
| None | Do not animate |
| Scale | Show a scale animation |
| SlideFromBottom | Slide from bottom to top on push, and slide from top to bottom on pop |
| SlideFromLeft | Slide from left to right on push, and slide from right to left on pop |
| SlideFromRight | Slide from right to left on push, and slide from left to right on pop |
| SlideFromTop | Slide from top to bottom on push, and slide from bottom to top on pop |