Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.47 KB

entrancenavigationtransitioninfo.md

File metadata and controls

33 lines (22 loc) · 2.47 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Media.Animation.EntranceNavigationTransitionInfo
winrt class

Microsoft.UI.Xaml.Media.Animation.EntranceNavigationTransitionInfo

-description

Specifies the animation to run when content appears on a Page.

-remarks

The EntranceNavigationTransitionInfo class represents the page refresh animation. Page refresh is a combination of a slide up animation and a fade in animation for the incoming content.

With Windows 10, version 1803, a Frame uses NavigationThemeTransition to animate navigation between Pages. By default, the animation is Page Refresh because the DefaultNavigationTransitionInfo is EntranceNavigationTransitionInfo.

XAML attached properties

EntranceNavigationTransitionInfo is the host service class for a XAML attached property.

In order to support XAML processor access to the attached properties, and also to expose equivalent get and set operations to code, each XAML attached property has a pair of Get and Set accessor methods. Another way to get or set the value in code is to use the dependency property system, calling either GetValue or SetValue and passing the identifier field as the dependency property identifier.

Attached property Description
IsTargetElement Gets or sets a value that indicates whether the element is the target of the animation.

-examples

-see-also

NavigationTransitionInfo, Frame.Navigate