TransitionDirection Enum
Limits the Transition
to match in a particular direction, relative to the page, of navigation.
Location
- Namespace
- Fuse.Triggers
- Package
- Fuse.Controls.Navigation 2.9.1
Possible Values
- Any
-
Matches any transition.
- InFront
-
Matches if the page is in front of, or will be in front of, the active page.
- Behind
-
Matches if the page is behind, or will be behind, the active page.
- ToActive
-
Matches only when the page is becoming the active one.
- ToInactive
-
Matches only when the page is becoming an inactive one.
- ToBack
-
Matches when the page is becoming inactive and moving behind the active one.
- FromBack
-
Matches when the page is becoming active and moving from behind the active one.
- ToFront
-
Matches when the page is becoming inactive and moving in front of the active one.
- FromFront
-
Matches when the page is becoming active and moving from in front of the active one.
Interface of TransitionDirection
Any : TransitionDirection uno
Matches any transition.
Behind : TransitionDirection uno
FromBack : TransitionDirection uno
Matches when the page is becoming active and moving from behind the active one.
FromFront : TransitionDirection uno
Matches when the page is becoming active and moving from in front of the active one.
HasFlag(TransitionDirection) : bool uno
InFront : TransitionDirection uno
ToActive : TransitionDirection uno
Matches only when the page is becoming the active one.
ToBack : TransitionDirection uno
Matches when the page is becoming inactive and moving behind the active one.
ToFront : TransitionDirection uno
Matches when the page is becoming inactive and moving in front of the active one.
ToInactive : TransitionDirection uno
Matches only when the page is becoming an inactive one.