TransitionMode Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Triggers
- Package
- Fuse.Controls.Navigation 2.9.1
Possible Values
- Any
-
Matches an interactive or non-interactive transition
- NonPrepare
-
Matches only if the transition was not a Prepare type
- Prepare
-
Matches only if the transition was a Prepare type, such as used in swiping
Interface of TransitionMode
Any : TransitionMode uno
Matches an interactive or non-interactive transition
HasFlag(TransitionMode) : bool uno
NonPrepare : TransitionMode uno
Matches only if the transition was not a Prepare type
Prepare : TransitionMode uno
Matches only if the transition was a Prepare type, such as used in swiping