Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

.NET MAUI supports the following navigation animations:

  1. Fade animation - The old page fades out while the new page fades in.
  2. Slide animation - The old page slides out while the new page slides in from a specified direction.
  3. Flip animation - The old page flips over to reveal the new page.
  4. Cube animation - The old page rotates to reveal the new page like a cube.

These animations are built-in and can be easily applied to any navigation transitions in your .NET MAUI application.