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.

What type of navigation page transition is being performed.

Each mode should be explicitly handled to allow for future additions.

Location

Namespace
Fuse.Navigation
Package
Fuse.Navigation 2.9.1

Possible Values

Transition

The request is for a normal transition (animated) to the target page

Bypass

The request is to immediately change to target page bypassing any animations

Prepare

This page is being prepared for an interactive transition, such as the user sliding the page into view. The indicated page becomes the target of partial progress. If this is not supported then nothing happens and partial progress does not work.

Show Uno properties and methods

Interface of NavigationGotoMode

Prepare : NavigationGotoMode uno

This page is being prepared for an interactive transition, such as the user sliding the page into view. The indicated page becomes the target of partial progress. If this is not supported then nothing happens and partial progress does not work.

Inherited from object