Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.43 KB

edgeuithemetransition.md

File metadata and controls

36 lines (23 loc) · 1.43 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition
winrt class

Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition

-description

Provides the animated transition behavior for an edge UI transition.

-xaml-syntax

<EdgeUIThemeTransition .../>

-remarks

We recommend that you include edge UI by adding an AppBar via the BottomAppBar and TopAppBar properties, which will automatically apply all appropriate transitions and interaction behavior for you.

PaneThemeTransition versus EdgeUIThemeTransition

  • Use edge UI animations (EdgeUIThemeTransition) to show or hide a custom message or error bar that does not extend far into the screen.
  • Use panel animations (PaneThemeTransition) to show UI that slides a significant distance into the screen, such as a task pane or a custom soft keyboard.

-examples

-see-also

Transition, Animating edge-based UI, Guidelines and checklist for edge-based UI animations